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 | |
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>
-rw-r--r-- | Documentation/dontdiff | 1 | ||||
-rw-r--r-- | arch/x86/boot/.gitignore | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/Documentation/dontdiff b/Documentation/dontdiff index 74c25c8d888..b89a739a327 100644 --- a/Documentation/dontdiff +++ b/Documentation/dontdiff | |||
@@ -181,7 +181,6 @@ modversions.h* | |||
181 | nconf | 181 | nconf |
182 | ncscope.* | 182 | ncscope.* |
183 | offset.h | 183 | offset.h |
184 | offsets.h | ||
185 | oui.c* | 184 | oui.c* |
186 | page-types | 185 | page-types |
187 | parse.c | 186 | parse.c |
diff --git a/arch/x86/boot/.gitignore b/arch/x86/boot/.gitignore index 851fe936d24..e3cf9f682be 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 |