projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aba1a8d
)
staging: iio: isl29018: remove blank line for consistency
author
Brian Masney
<masneyb@onstation.org>
Mon, 10 Oct 2016 07:19:59 +0000
(
03:19
-0400)
committer
Jonathan Cameron
<jic23@kernel.org>
Sun, 23 Oct 2016 18:33:43 +0000
(19:33 +0100)
Remove blank line between MODULE_DEVICE_TABLE() and its corresponding
structure for consistency with the other device table entries.
Signed-off-by: Brian Masney <masneyb@onstation.org>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
drivers/staging/iio/light/isl29018.c
patch
|
blob
|
history
diff --git
a/drivers/staging/iio/light/isl29018.c
b/drivers/staging/iio/light/isl29018.c
index 6b6c761c801dc66214ab1a9d623007b3a2415d46..917dd8b43e72d590d3d60a87403c17371ed3acb1 100644
(file)
--- a/
drivers/staging/iio/light/isl29018.c
+++ b/
drivers/staging/iio/light/isl29018.c
@@
-821,7
+821,6
@@
static const struct i2c_device_id isl29018_id[] = {
{"isl29035", isl29035},
{}
};
-
MODULE_DEVICE_TABLE(i2c, isl29018_id);
static const struct of_device_id isl29018_of_match[] = {