Messages in this thread Patch in this message |  | | | Subject | [PATCH] parisc: remove unused and empty header | | From | Paul Bolle <> | | Date | Sat, 09 Jun 2012 22:08:59 +0200 |
| |
Nothing includes real.h. That's unsurprising, since it's basically empty. This has apparently been the case since (at least) v2.6.12-rc2. It can safely be removed.
Signed-off-by: Paul Bolle <pebolle@tiscali.nl> --- Tested only by prodding at the (history of the) tree with various git commands. arch/parisc/include/asm/real.h | 5 ----- 1 files changed, 0 insertions(+), 5 deletions(-) delete mode 100644 arch/parisc/include/asm/real.h diff --git a/arch/parisc/include/asm/real.h b/arch/parisc/include/asm/real.h deleted file mode 100644 index 82acb25..0000000 --- a/arch/parisc/include/asm/real.h +++ /dev/null @@ -1,5 +0,0 @@ -#ifndef _PARISC_REAL_H -#define _PARISC_REAL_H - - -#endif -- 1.7.7.6
|  |