diff options
author | David Howells <dhowells@redhat.com> | 2013-01-02 15:12:55 +0000 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2013-01-02 17:36:10 -0800 |
commit | 3d33fcc11bdd11b6949cf5c406726a094395dc4f (patch) | |
tree | c2c25e3d7b3c031d21048c5606cceb5fe09d37f8 /include/linux/Kbuild | |
parent | 007f6c3a63e0831ff5a34bde072db08e917134c8 (diff) |
UAPI: Remove empty Kbuild files
Empty files can get deleted by the patch program, so remove empty Kbuild
files and their links from the parent Kbuilds.
Signed-off-by: David Howells <dhowells@redhat.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'include/linux/Kbuild')
-rw-r--r-- | include/linux/Kbuild | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/linux/Kbuild b/include/linux/Kbuild deleted file mode 100644 index 7fe2dae251e..00000000000 --- a/include/linux/Kbuild +++ /dev/null @@ -1,5 +0,0 @@ -header-y += dvb/ -header-y += hdlc/ -header-y += hsi/ -header-y += raid/ -header-y += usb/ |