Messages in this thread Patch in this message |  | | | Date | Wed, 24 Aug 2005 11:59:03 -0500 (CDT) | | From | Kumar Gala <> | | Subject | [PATCH 11/15] sh64: remove use of asm/segment.h |
| |
Removed asm-sh64/segment.h as its not used by anything.
Signed-off-by: Kumar Gala <kumar.gala@freescale.com>
--- commit 36b349eaba7a399c06219d3553d571261dbf6333 tree 5ac502496f084585407bf5d8fd9040a489525edf parent ab81566ace65ac748c885d696c11b5ae839fb328 author Kumar K. Gala <kumar.gala@freescale.com> Wed, 24 Aug 2005 11:33:32 -0500 committer Kumar K. Gala <kumar.gala@freescale.com> Wed, 24 Aug 2005 11:33:32 -0500 include/asm-sh64/segment.h | 6 ------ 1 files changed, 0 insertions(+), 6 deletions(-) diff --git a/include/asm-sh64/segment.h b/include/asm-sh64/segment.h deleted file mode 100644 --- a/include/asm-sh64/segment.h +++ /dev/null @@ -1,6 +0,0 @@ -#ifndef _ASM_SEGMENT_H -#define _ASM_SEGMENT_H - -/* Only here because we have some old header files that expect it.. */ - -#endif /* _ASM_SEGMENT_H */ - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |