From: Hans J. Koch Date: Thu, 18 Sep 2008 21:03:07 +0000 (+0200) Subject: UIO: Change driver name of uio_pdrv X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=a6fcc3a196d34f6619173ff83c33f8a42074bb76;p=mv-sheeva.git 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 Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/uio/uio_pdrv.c b/drivers/uio/uio_pdrv.c index 0b4ef39cd85..d494ce9288c 100644 --- a/drivers/uio/uio_pdrv.c +++ b/drivers/uio/uio_pdrv.c @@ -12,7 +12,7 @@ #include #include -#define DRIVER_NAME "uio" +#define DRIVER_NAME "uio_pdrv" struct uio_platdata { struct uio_info *uioinfo;