diff options
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/fs.h | 3 | ||||
| -rw-r--r-- | include/linux/i2c-id.h | 4 | ||||
| -rw-r--r-- | include/linux/init.h | 12 | ||||
| -rw-r--r-- | include/linux/kexec.h | 1 | 
4 files changed, 20 insertions, 0 deletions
| diff --git a/include/linux/fs.h b/include/linux/fs.h index 552cedfa6064..b77f2608eef9 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h | |||
| @@ -1290,6 +1290,9 @@ extern void mnt_set_mountpoint(struct vfsmount *, struct dentry *, | |||
| 1290 | 1290 | ||
| 1291 | extern int vfs_statfs(struct super_block *, struct kstatfs *); | 1291 | extern int vfs_statfs(struct super_block *, struct kstatfs *); | 
| 1292 | 1292 | ||
| 1293 | /* /sys/fs */ | ||
| 1294 | extern struct subsystem fs_subsys; | ||
| 1295 | |||
| 1293 | #define FLOCK_VERIFY_READ 1 | 1296 | #define FLOCK_VERIFY_READ 1 | 
| 1294 | #define FLOCK_VERIFY_WRITE 2 | 1297 | #define FLOCK_VERIFY_WRITE 2 | 
| 1295 | 1298 | ||
| diff --git a/include/linux/i2c-id.h b/include/linux/i2c-id.h index 6ff2d365895f..474c8f4f5d4f 100644 --- a/include/linux/i2c-id.h +++ b/include/linux/i2c-id.h | |||
| @@ -104,6 +104,10 @@ | |||
| 104 | #define I2C_DRIVERID_AKITAIOEXP 74 /* IO Expander on Sharp SL-C1000 */ | 104 | #define I2C_DRIVERID_AKITAIOEXP 74 /* IO Expander on Sharp SL-C1000 */ | 
| 105 | #define I2C_DRIVERID_INFRARED 75 /* I2C InfraRed on Video boards */ | 105 | #define I2C_DRIVERID_INFRARED 75 /* I2C InfraRed on Video boards */ | 
| 106 | #define I2C_DRIVERID_TVP5150 76 /* TVP5150 video decoder */ | 106 | #define I2C_DRIVERID_TVP5150 76 /* TVP5150 video decoder */ | 
| 107 | #define I2C_DRIVERID_WM8739 77 /* wm8739 audio processor */ | ||
| 108 | #define I2C_DRIVERID_UPD64083 78 /* upd64083 video processor */ | ||
| 109 | #define I2C_DRIVERID_UPD64031A 79 /* upd64031a video processor */ | ||
| 110 | #define I2C_DRIVERID_SAA717X 80 /* saa717x video encoder */ | ||
| 107 | 111 | ||
| 108 | #define I2C_DRIVERID_I2CDEV 900 | 112 | #define I2C_DRIVERID_I2CDEV 900 | 
| 109 | #define I2C_DRIVERID_ARP 902 /* SMBus ARP Client */ | 113 | #define I2C_DRIVERID_ARP 902 /* SMBus ARP Client */ | 
| diff --git a/include/linux/init.h b/include/linux/init.h index 59008c3826cf..ff8d8b8632f4 100644 --- a/include/linux/init.h +++ b/include/linux/init.h | |||
| @@ -241,6 +241,18 @@ void __init parse_early_param(void); | |||
| 241 | #define __cpuexitdata __exitdata | 241 | #define __cpuexitdata __exitdata | 
| 242 | #endif | 242 | #endif | 
| 243 | 243 | ||
| 244 | #ifdef CONFIG_MEMORY_HOTPLUG | ||
| 245 | #define __meminit | ||
| 246 | #define __meminitdata | ||
| 247 | #define __memexit | ||
| 248 | #define __memexitdata | ||
| 249 | #else | ||
| 250 | #define __meminit __init | ||
| 251 | #define __meminitdata __initdata | ||
| 252 | #define __memexit __exit | ||
| 253 | #define __memexitdata __exitdata | ||
| 254 | #endif | ||
| 255 | |||
| 244 | /* Functions marked as __devexit may be discarded at kernel link time, depending | 256 | /* Functions marked as __devexit may be discarded at kernel link time, depending | 
| 245 | on config options. Newer versions of binutils detect references from | 257 | on config options. Newer versions of binutils detect references from | 
| 246 | retained sections to discarded sections and flag an error. Pointers to | 258 | retained sections to discarded sections and flag an error. Pointers to | 
| diff --git a/include/linux/kexec.h b/include/linux/kexec.h index 94abc07cb164..a311f58c8a7c 100644 --- a/include/linux/kexec.h +++ b/include/linux/kexec.h | |||
| @@ -119,6 +119,7 @@ extern struct kimage *kexec_image; | |||
| 119 | #define KEXEC_ARCH_PPC64 (21 << 16) | 119 | #define KEXEC_ARCH_PPC64 (21 << 16) | 
| 120 | #define KEXEC_ARCH_IA_64 (50 << 16) | 120 | #define KEXEC_ARCH_IA_64 (50 << 16) | 
| 121 | #define KEXEC_ARCH_S390 (22 << 16) | 121 | #define KEXEC_ARCH_S390 (22 << 16) | 
| 122 | #define KEXEC_ARCH_SH (42 << 16) | ||
| 122 | 123 | ||
| 123 | #define KEXEC_FLAGS (KEXEC_ON_CRASH) /* List of defined/legal kexec flags */ | 124 | #define KEXEC_FLAGS (KEXEC_ON_CRASH) /* List of defined/legal kexec flags */ | 
| 124 | 125 | ||
