From: Brian Masney Date: Mon, 10 Oct 2016 07:19:59 +0000 (-0400) Subject: staging: iio: isl29018: remove blank line for consistency X-Git-Tag: v4.10-rc1~148^2~508^2~59 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=b2f85b08c9e7d6c5aadc59f762f5dd77a9efd683;p=karo-tx-linux.git staging: iio: isl29018: remove blank line for consistency Remove blank line between MODULE_DEVICE_TABLE() and its corresponding structure for consistency with the other device table entries. Signed-off-by: Brian Masney Signed-off-by: Jonathan Cameron --- diff --git a/drivers/staging/iio/light/isl29018.c b/drivers/staging/iio/light/isl29018.c index 6b6c761c801d..917dd8b43e72 100644 --- 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[] = {