Skip to content

Commit

Permalink
HID: fix gyration build error
Browse files Browse the repository at this point in the history
Fix config symbol name in ifdef to fix build error:

ERROR: "hid_compat_gyration" [drivers/hid/hid-dummy.ko] undefined!

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Acked-by: Jiri Slaby <jirislaby@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
  • Loading branch information
Randy Dunlap authored and Jiri Kosina committed Oct 14, 2008
1 parent 2bea94d commit e36153f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/hid/hid-dummy.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ static int __init hid_dummy_init(void)
#ifdef CONFIG_HID_EZKEY_MODULE
HID_COMPAT_CALL_DRIVER(ezkey);
#endif
#ifdef CONFIG_HID_EZKEY_MODULE
#ifdef CONFIG_HID_GYRATION_MODULE
HID_COMPAT_CALL_DRIVER(gyration);
#endif
#ifdef CONFIG_HID_LOGITECH_MODULE
Expand Down

0 comments on commit e36153f

Please sign in to comment.