X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?p=pandora-kernel.git;a=blobdiff_plain;f=drivers%2Finput%2Fgameport%2Fgameport.c;h=c351aa421f8f7b79c41ac8d6f581de6f8f3c6571;hp=5b8f59d6c3e839cb5e0c76db7d9f080d473995ee;hb=2c9e88a1085b3183e5f92170a74980e5654f817b;hpb=2ff55e98d6e662a4887d2c688a4ab2ae510a97df diff --git a/drivers/input/gameport/gameport.c b/drivers/input/gameport/gameport.c index 5b8f59d6c3e8..c351aa421f8f 100644 --- a/drivers/input/gameport/gameport.c +++ b/drivers/input/gameport/gameport.c @@ -47,7 +47,7 @@ static void gameport_disconnect_port(struct gameport *gameport); #if defined(__i386__) -#include +#include #define DELTA(x,y) ((y)-(x)+((y)<(x)?1193182/HZ:0)) #define GET_TIME(x) do { x = get_time_pit(); } while (0)