]> bbs.cooldavid.org Git - net-next-2.6.git/commitdiff
Staging: adis16255: Fix compile error
authorJavier Martinez Canillas <martinez.javier@gmail.com>
Sun, 2 May 2010 17:05:33 +0000 (13:05 -0400)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 11 May 2010 18:36:01 +0000 (11:36 -0700)
This patch solves a compilation error in today linux-next tree.

The adis16255 staging driver Makefile seems to be wrong. I think this patch solves the issue.

Signed-off-by: Javier Martinez Canillas <martinez.javier@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/adis16255/Makefile

index 3f8b1f06b1943d56d4968b247ea0d3a2cbc14848..8057372d37819efee66ffaf8a485ac874d5c5aa2 100644 (file)
@@ -1 +1 @@
-obj-$(CONFIG_ADIS16255) +�dis16255.o
+obj-$(CONFIG_ADIS16255) += adis1625.o