diff options
author | Roman Kiryanov <rkir@google.com> | 2018-09-14 20:51:04 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2018-09-25 21:25:42 +0300 |
commit | 77994c69b6523925c9c852b9afd2a2d4d40b8b8c (patch) | |
tree | 8142fa14f88c2159fe86a9b2940f3c3bd8a7de24 /drivers/platform | |
parent | 48a2d422b508e707f477f9160c795f70c5c20026 (diff) | |
download | linux-77994c69b6523925c9c852b9afd2a2d4d40b8b8c.tar.xz |
platform: goldfish: pipe: Remove a redundant blank line
The blank line is not required there.
Signed-off-by: Roman Kiryanov <rkir@google.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/platform')
-rw-r--r-- | drivers/platform/goldfish/goldfish_pipe.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/platform/goldfish/goldfish_pipe.c b/drivers/platform/goldfish/goldfish_pipe.c index 6ae2b00f4bff..8747ec330b7b 100644 --- a/drivers/platform/goldfish/goldfish_pipe.c +++ b/drivers/platform/goldfish/goldfish_pipe.c @@ -47,7 +47,6 @@ * exchange is properly mapped during a transfer. */ - #include <linux/module.h> #include <linux/mod_devicetable.h> #include <linux/interrupt.h> |