diff options
author | Paul Bolle <pebolle@tiscali.nl> | 2012-07-01 09:42:50 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2012-11-19 08:10:53 -0500 |
commit | 23e5047afc710357d36ba519acf0af5285c5c944 (patch) | |
tree | fb69e05b197527e61cd0816df9a9fef5f65e320e /arch/x86/boot | |
parent | 59dbaf0415136de6f1dfc38dd640dd6432739bfc (diff) |
x86: remove offsets.h from .gitignore and dontdiff
Commit 77d1a4999502c260df0eb2de437d320bf8c64b36 ("x86, boot: make
symbols from the main vmlinux available") removed all traces of
offsets.h from the tree. Remove its entries in dontdiff and x86/boot's
.gitignore file too.
Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'arch/x86/boot')
-rw-r--r-- | arch/x86/boot/.gitignore | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/boot/.gitignore b/arch/x86/boot/.gitignore index 851fe936d242..e3cf9f682be5 100644 --- a/arch/x86/boot/.gitignore +++ b/arch/x86/boot/.gitignore | |||
@@ -2,7 +2,6 @@ bootsect | |||
2 | bzImage | 2 | bzImage |
3 | cpustr.h | 3 | cpustr.h |
4 | mkcpustr | 4 | mkcpustr |
5 | offsets.h | ||
6 | voffset.h | 5 | voffset.h |
7 | zoffset.h | 6 | zoffset.h |
8 | setup | 7 | setup |