diff options
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | 2014-05-29 01:12:29 -0400 |
---|---|---|
committer | Michal Marek <mmarek@suse.cz> | 2014-06-09 18:04:06 -0400 |
commit | 7eb6e340526adf14ed7cf7dfde8b9c6fc0741cfc (patch) | |
tree | 0e5bfa931e32e706edcb9fc108369ed8902702fe /scripts/mod | |
parent | 2d5c5dbb48253f1729dc09f266a98bd2d7e694cb (diff) |
kbuild: trivial - remove trailing empty lines
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Diffstat (limited to 'scripts/mod')
-rw-r--r-- | scripts/mod/.gitignore | 1 | ||||
-rw-r--r-- | scripts/mod/mk_elfconfig.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/scripts/mod/.gitignore b/scripts/mod/.gitignore index 33bae0df4de5..3bd11b603173 100644 --- a/scripts/mod/.gitignore +++ b/scripts/mod/.gitignore | |||
@@ -2,4 +2,3 @@ elfconfig.h | |||
2 | mk_elfconfig | 2 | mk_elfconfig |
3 | modpost | 3 | modpost |
4 | devicetable-offsets.h | 4 | devicetable-offsets.h |
5 | |||
diff --git a/scripts/mod/mk_elfconfig.c b/scripts/mod/mk_elfconfig.c index 639bca7ba559..a4fd71d71d65 100644 --- a/scripts/mod/mk_elfconfig.c +++ b/scripts/mod/mk_elfconfig.c | |||
@@ -54,4 +54,3 @@ main(int argc, char **argv) | |||
54 | 54 | ||
55 | return 0; | 55 | return 0; |
56 | } | 56 | } |
57 | |||