Skip to content

Commit

Permalink
i8042: use SGI_HAS_I8042 to select SGI i8042 handlinig
Browse files Browse the repository at this point in the history
Use SGI_HAS_I8042 to select SGI i8042 handling

Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Cc: Dmitry Torokhov <dtor@mail.ru>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
  • Loading branch information
Thomas Bogendoerfer authored and Linus Torvalds committed Mar 11, 2008
1 parent e24e2e6 commit f47831f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/input/serio/i8042.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

#if defined(CONFIG_MACH_JAZZ)
#include "i8042-jazzio.h"
#elif defined(CONFIG_SGI_IP22)
#elif defined(CONFIG_SGI_HAS_I8042)
#include "i8042-ip22io.h"
#elif defined(CONFIG_PPC)
#include "i8042-ppcio.h"
Expand Down

0 comments on commit f47831f

Please sign in to comment.