diff options
author | Hans J. Koch <hjk@linutronix.de> | 2008-09-18 23:03:07 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2008-10-16 09:24:53 -0700 |
commit | a6fcc3a196d34f6619173ff83c33f8a42074bb76 (patch) | |
tree | 851cb903d1cc928b67c7bdc62206a64e82e266c7 /drivers/uio | |
parent | e2b39df119712ea5184562a6a14696a5cea8ef18 (diff) | |
download | op-kernel-dev-a6fcc3a196d34f6619173ff83c33f8a42074bb76.zip op-kernel-dev-a6fcc3a196d34f6619173ff83c33f8a42074bb76.tar.gz |
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>
Diffstat (limited to 'drivers/uio')
-rw-r--r-- | drivers/uio/uio_pdrv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/uio/uio_pdrv.c b/drivers/uio/uio_pdrv.c index 0b4ef39..d494ce9 100644 --- a/drivers/uio/uio_pdrv.c +++ b/drivers/uio/uio_pdrv.c @@ -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; |