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 3f8b1f0..8057372 100644 (file)
@@ -1 +1 @@
-obj-$(CONFIG_ADIS16255) +údis16255.o
+obj-$(CONFIG_ADIS16255) += adis1625.o