Skip to content

Commit

Permalink
Staging: adis16255: Fix compile error
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Javier Martinez Canillas authored and Greg Kroah-Hartman committed May 11, 2010
1 parent 92f2a4c commit 4212c68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/staging/adis16255/Makefile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
obj-$(CONFIG_ADIS16255) +údis16255.o
obj-$(CONFIG_ADIS16255) += adis1625.o

0 comments on commit 4212c68

Please sign in to comment.