Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a6fcc3a1 authored by Hans J. Koch's avatar Hans J. Koch Committed by Greg Kroah-Hartman
Browse files

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: default avatarHans J. Koch <hjk@linutronix.de>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent e2b39df1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;