projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e9572fd
)
hwmon: (sch56xx) Remove unneeded linux/miscdevice.h include
author
Corentin LABBE
<clabbe.montjoie@gmail.com>
Thu, 15 Dec 2016 18:08:14 +0000
(19:08 +0100)
committer
Guenter Roeck
<linux@roeck-us.net>
Mon, 2 Jan 2017 18:19:45 +0000
(10:19 -0800)
drivers/hwmon/sch56xx-common.c does not contain any miscdevice so the
inclusion of linux/miscdevice.h is uncessary.
Signed-off-by: Corentin Labbe <clabbe.montjoie@gmail.com>
Reviewed-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
drivers/hwmon/sch56xx-common.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/hwmon/sch56xx-common.c
b/drivers/hwmon/sch56xx-common.c
index 68c350c704fba85ff517f0d5f726ed53d367e45d..bda3d52855861530981704d7e68ad9ef1cb1dc1c 100644
(file)
--- a/
drivers/hwmon/sch56xx-common.c
+++ b/
drivers/hwmon/sch56xx-common.c
@@
-28,7
+28,6
@@
#include <linux/delay.h>
#include <linux/fs.h>
#include <linux/watchdog.h>
-#include <linux/miscdevice.h>
#include <linux/uaccess.h>
#include <linux/slab.h>
#include "sch56xx-common.h"