Procházet zdrojové kódy

Staging: adis16255: Fix compile error

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>
Javier Martinez Canillas před 15 roky
rodič
revize
4212c68638
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      drivers/staging/adis16255/Makefile

+ 1 - 1
drivers/staging/adis16255/Makefile

@@ -1 +1 @@
-obj-$(CONFIG_ADIS16255) +údis16255.o
+obj-$(CONFIG_ADIS16255) += adis1625.o