X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=arch%2Fsh64%2Fkernel%2Fsetup.c;h=d2711c9c9d13954dbadaecdf0665e7b3d06cdbe1;hb=43bc926fffd92024b46cafaf7350d669ba9ca884;hp=ce76634d640654ae60ed3242a190b01e691daa2d;hpb=5fc42a6ed0ec81088c37caadb45898ae6cd0ad2c;p=linux-2.6.git diff --git a/arch/sh64/kernel/setup.c b/arch/sh64/kernel/setup.c index ce76634d6..d2711c9c9 100644 --- a/arch/sh64/kernel/setup.c +++ b/arch/sh64/kernel/setup.c @@ -48,6 +48,7 @@ #include #include #include +#include #include #include #include @@ -65,10 +66,6 @@ struct screen_info screen_info; -/* On a PC this would be initialised as a result of the BIOS detecting the - * mouse. */ -unsigned char aux_device_present = 0xaa; - #ifdef CONFIG_BLK_DEV_RAM extern int rd_doload; /* 1 = load ramdisk, 0 = don't load */ extern int rd_prompt; /* 1 = prompt for ramdisk, 0 = don't prompt */