diff options
author | Robert P. J. Day <rpjday@mindspring.com> | 2007-02-10 01:29:31 -0500 |
---|---|---|
committer | Dmitry Torokhov <dtor@insightbb.com> | 2007-02-10 01:29:31 -0500 |
commit | 8370a643531699e5076fcac21c281c138bce1c87 (patch) | |
tree | 34560ad11c85f0666c96906227cd06e9d0e80522 /drivers/input/mouse/inport.c | |
parent | b350620cc5e8e62782a4d47bf45952442a18a0b0 (diff) | |
download | op-kernel-dev-8370a643531699e5076fcac21c281c138bce1c87.zip op-kernel-dev-8370a643531699e5076fcac21c281c138bce1c87.tar.gz |
Input: inport - use correct config option for ATIXL
Change the apparently incorrect check for CONFIG_INPUT_ATIXL
in a source file to be consistent with the kernel config
option CONFIG_MOUSE_ATIXL.
Signed-off-by: Robert P. J. Day <rpjday@mindspring.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Diffstat (limited to 'drivers/input/mouse/inport.c')
-rw-r--r-- | drivers/input/mouse/inport.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/input/mouse/inport.c b/drivers/input/mouse/inport.c index 13dd967..701ebd5 100644 --- a/drivers/input/mouse/inport.c +++ b/drivers/input/mouse/inport.c @@ -61,7 +61,7 @@ MODULE_LICENSE("GPL"); #define INPORT_REG_MODE 0x07 #define INPORT_RESET 0x80 -#ifdef CONFIG_INPUT_ATIXL +#ifdef CONFIG_MOUSE_ATIXL #define INPORT_NAME "ATI XL Mouse" #define INPORT_VENDOR 0x0002 #define INPORT_SPEED_30HZ 0x01 |