[PATCH 2/6] [TRIVIAL] x86: remove offsets.h from .gitignore anddontdiff

From: Paul Bolle
Date: Sun Jul 01 2012 - 09:42:47 EST


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@xxxxxxxxxx>
---
0) Tested with git grep only.

1) There's also drivers/staging/media/solo6x10/offsets.h. It has nothing
to do with this stuff. I guess the dontdiff entry would incorrectly
trigger for that file too.

Documentation/dontdiff | 1 -
arch/x86/boot/.gitignore | 1 -
2 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/Documentation/dontdiff b/Documentation/dontdiff
index b4a898f..c48e21d 100644
--- a/Documentation/dontdiff
+++ b/Documentation/dontdiff
@@ -183,7 +183,6 @@ modversions.h*
nconf
ncscope.*
offset.h
-offsets.h
oui.c*
page-types
parse.c
diff --git a/arch/x86/boot/.gitignore b/arch/x86/boot/.gitignore
index 851fe93..e3cf9f6 100644
--- a/arch/x86/boot/.gitignore
+++ b/arch/x86/boot/.gitignore
@@ -2,7 +2,6 @@ bootsect
bzImage
cpustr.h
mkcpustr
-offsets.h
voffset.h
zoffset.h
setup
--
1.7.7.6

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/