]> bbs.cooldavid.org Git - net-next-2.6.git/commitdiff
UIO: Change driver name of uio_pdrv
authorHans J. Koch <hjk@linutronix.de>
Thu, 18 Sep 2008 21:03:07 +0000 (23:03 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 16 Oct 2008 16:24:53 +0000 (09:24 -0700)
The generic UIO platform device driver should be given a unique driver ID and
not just "uio". This is especially important since we now have a similar driver
named uio_pdrv_genirq. Currently, there's no user of this driver in the
mainline kernel.

Signed-off-by: Hans J. Koch <hjk@linutronix.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/uio/uio_pdrv.c

index 0b4ef39cd85d289d3aee60264dd6044bee1f0b8b..d494ce9288c37e9b59c34962c66b291f7185a313 100644 (file)
@@ -12,7 +12,7 @@
 #include <linux/uio_driver.h>
 #include <linux/stringify.h>
 
-#define DRIVER_NAME "uio"
+#define DRIVER_NAME "uio_pdrv"
 
 struct uio_platdata {
        struct uio_info *uioinfo;