arch: mostly remove <asm/segment.h>
A few architectures use <asm/segment.h> internally, but nothing in common code does. Remove all the empty or almost empty versions of it, including the asm-generic one. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
This commit is contained in:

committed by
Arnd Bergmann

parent
737d42f75e
commit
c67fdc1f00
@@ -1,6 +0,0 @@
|
||||
#ifndef __ALPHA_SEGMENT_H
|
||||
#define __ALPHA_SEGMENT_H
|
||||
|
||||
/* Only here because we have some old header files that expect it.. */
|
||||
|
||||
#endif
|
@@ -10,7 +10,6 @@
|
||||
|
||||
#include <asm/hwrpb.h>
|
||||
#include <asm/io.h>
|
||||
#include <asm/segment.h>
|
||||
|
||||
#if 0
|
||||
# define DBG_DEVS(args) printk args
|
||||
|
@@ -11,7 +11,6 @@
|
||||
|
||||
#include <asm/hwrpb.h>
|
||||
#include <asm/io.h>
|
||||
#include <asm/segment.h>
|
||||
|
||||
#define SMC_DEBUG 0
|
||||
|
||||
|
Reference in New Issue
Block a user