Przeglądaj źródła

UIO: Change driver name of uio_pdrv

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>
Hans J. Koch 16 lat temu
rodzic
commit
a6fcc3a196
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      drivers/uio/uio_pdrv.c

+ 1 - 1
drivers/uio/uio_pdrv.c

@@ -12,7 +12,7 @@
 #include <linux/uio_driver.h>
 #include <linux/uio_driver.h>
 #include <linux/stringify.h>
 #include <linux/stringify.h>
 
 
-#define DRIVER_NAME "uio"
+#define DRIVER_NAME "uio_pdrv"
 
 
 struct uio_platdata {
 struct uio_platdata {
 	struct uio_info *uioinfo;
 	struct uio_info *uioinfo;