dect
/
linux-2.6
Archived
13
0
Fork 0

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:
Hans J. Koch 2008-09-18 23:03:07 +02:00 committed by Greg Kroah-Hartman
parent e2b39df119
commit a6fcc3a196
1 changed files with 1 additions and 1 deletions

View 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;