mirror of
https://github.com/torvalds/linux.git
synced 2024-11-23 12:42:02 +00:00
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>
This commit is contained in:
parent
e2b39df119
commit
a6fcc3a196
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user