Skip to content

Commit

Permalink
UIO: Change driver name of uio_pdrv
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Hans J. Koch authored and Greg Kroah-Hartman committed Oct 16, 2008
1 parent e2b39df commit a6fcc3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/uio/uio_pdrv.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit a6fcc3a

Please sign in to comment.