diff options
| author | Linus Torvalds <torvalds@g5.osdl.org> | 2006-06-20 18:10:08 -0400 |
|---|---|---|
| committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-06-20 18:10:08 -0400 |
| commit | cee4cca740d209bcb4b9857baa2253d5ba4e3fbe (patch) | |
| tree | 88a23004393ea4a32cad79839479c8e653e401d6 /include/asm-sh | |
| parent | 2edc322d420a4cec8dbc184a1220ecd7fa9f8ae6 (diff) | |
| parent | 9348f0de2d2b541b4ba64fb1f4efee9710a3d731 (diff) | |
Merge git://git.infradead.org/hdrcleanup-2.6
* git://git.infradead.org/hdrcleanup-2.6: (63 commits)
[S390] __FD_foo definitions.
Switch to __s32 types in joystick.h instead of C99 types for consistency.
Add <sys/types.h> to headers included for userspace in <linux/input.h>
Move inclusion of <linux/compat.h> out of user scope in asm-x86_64/mtrr.h
Remove struct fddi_statistics from user view in <linux/if_fddi.h>
Move user-visible parts of drivers/s390/crypto/z90crypt.h to include/asm-s390
Revert include/media changes: Mauro says those ioctls are only used in-kernel(!)
Include <linux/types.h> and use __uXX types in <linux/cramfs_fs.h>
Use __uXX types in <linux/i2o_dev.h>, include <linux/ioctl.h> too
Remove private struct dx_hash_info from public view in <linux/ext3_fs.h>
Include <linux/types.h> and use __uXX types in <linux/affs_hardblocks.h>
Use __uXX types in <linux/divert.h> for struct divert_blk et al.
Use __u32 for elf_addr_t in <asm-powerpc/elf.h>, not u32. It's user-visible.
Remove PPP_FCS from user view in <linux/ppp_defs.h>, remove __P mess entirely
Use __uXX types in user-visible structures in <linux/nbd.h>
Don't use 'u32' in user-visible struct ip_conntrack_old_tuple.
Use __uXX types for S390 DASD volume label definitions which are user-visible
S390 BIODASDREADCMB ioctl should use __u64 not u64 type.
Remove unneeded inclusion of <linux/time.h> from <linux/ufs_fs.h>
Fix private integer types used in V4L2 ioctls.
...
Manually resolve conflict in include/linux/mtd/physmap.h
Diffstat (limited to 'include/asm-sh')
| -rw-r--r-- | include/asm-sh/bug.h | 1 | ||||
| -rw-r--r-- | include/asm-sh/checksum.h | 1 | ||||
| -rw-r--r-- | include/asm-sh/dma-mapping.h | 1 | ||||
| -rw-r--r-- | include/asm-sh/dma.h | 1 | ||||
| -rw-r--r-- | include/asm-sh/fixmap.h | 1 | ||||
| -rw-r--r-- | include/asm-sh/hardirq.h | 1 | ||||
| -rw-r--r-- | include/asm-sh/hd64461/hd64461.h | 1 | ||||
| -rw-r--r-- | include/asm-sh/hd64465/hd64465.h | 1 | ||||
| -rw-r--r-- | include/asm-sh/ide.h | 1 | ||||
| -rw-r--r-- | include/asm-sh/io.h | 1 | ||||
| -rw-r--r-- | include/asm-sh/irq.h | 1 | ||||
| -rw-r--r-- | include/asm-sh/keyboard.h | 1 | ||||
| -rw-r--r-- | include/asm-sh/kmap_types.h | 1 | ||||
| -rw-r--r-- | include/asm-sh/machvec.h | 1 | ||||
| -rw-r--r-- | include/asm-sh/machvec_init.h | 1 | ||||
| -rw-r--r-- | include/asm-sh/mpc1211/dma.h | 1 | ||||
| -rw-r--r-- | include/asm-sh/overdrive/overdrive.h | 1 | ||||
| -rw-r--r-- | include/asm-sh/page.h | 1 | ||||
| -rw-r--r-- | include/asm-sh/pgtable.h | 1 | ||||
| -rw-r--r-- | include/asm-sh/serial.h | 1 | ||||
| -rw-r--r-- | include/asm-sh/smp.h | 1 | ||||
| -rw-r--r-- | include/asm-sh/system.h | 1 | ||||
| -rw-r--r-- | include/asm-sh/types.h | 1 | ||||
| -rw-r--r-- | include/asm-sh/unistd.h | 7 | ||||
| -rw-r--r-- | include/asm-sh/watchdog.h | 1 |
25 files changed, 4 insertions, 27 deletions
diff --git a/include/asm-sh/bug.h b/include/asm-sh/bug.h index 70508a360cd6..1b4fc52a59e8 100644 --- a/include/asm-sh/bug.h +++ b/include/asm-sh/bug.h | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | #ifndef __ASM_SH_BUG_H | 1 | #ifndef __ASM_SH_BUG_H |
| 2 | #define __ASM_SH_BUG_H | 2 | #define __ASM_SH_BUG_H |
| 3 | 3 | ||
| 4 | #include <linux/config.h> | ||
| 5 | 4 | ||
| 6 | #ifdef CONFIG_BUG | 5 | #ifdef CONFIG_BUG |
| 7 | /* | 6 | /* |
diff --git a/include/asm-sh/checksum.h b/include/asm-sh/checksum.h index 5ebd0f24299e..fa03b30c4269 100644 --- a/include/asm-sh/checksum.h +++ b/include/asm-sh/checksum.h | |||
| @@ -9,7 +9,6 @@ | |||
| 9 | * Copyright (C) 1999 by Kaz Kojima & Niibe Yutaka | 9 | * Copyright (C) 1999 by Kaz Kojima & Niibe Yutaka |
| 10 | */ | 10 | */ |
| 11 | 11 | ||
| 12 | #include <linux/config.h> | ||
| 13 | #include <linux/in6.h> | 12 | #include <linux/in6.h> |
| 14 | 13 | ||
| 15 | /* | 14 | /* |
diff --git a/include/asm-sh/dma-mapping.h b/include/asm-sh/dma-mapping.h index 48f1f42c5d14..124968f9866e 100644 --- a/include/asm-sh/dma-mapping.h +++ b/include/asm-sh/dma-mapping.h | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | #ifndef __ASM_SH_DMA_MAPPING_H | 1 | #ifndef __ASM_SH_DMA_MAPPING_H |
| 2 | #define __ASM_SH_DMA_MAPPING_H | 2 | #define __ASM_SH_DMA_MAPPING_H |
| 3 | 3 | ||
| 4 | #include <linux/config.h> | ||
| 5 | #include <linux/mm.h> | 4 | #include <linux/mm.h> |
| 6 | #include <asm/scatterlist.h> | 5 | #include <asm/scatterlist.h> |
| 7 | #include <asm/cacheflush.h> | 6 | #include <asm/cacheflush.h> |
diff --git a/include/asm-sh/dma.h b/include/asm-sh/dma.h index a118a0d43053..e62a6d0ed932 100644 --- a/include/asm-sh/dma.h +++ b/include/asm-sh/dma.h | |||
| @@ -11,7 +11,6 @@ | |||
| 11 | #define __ASM_SH_DMA_H | 11 | #define __ASM_SH_DMA_H |
| 12 | #ifdef __KERNEL__ | 12 | #ifdef __KERNEL__ |
| 13 | 13 | ||
| 14 | #include <linux/config.h> | ||
| 15 | #include <linux/spinlock.h> | 14 | #include <linux/spinlock.h> |
| 16 | #include <linux/wait.h> | 15 | #include <linux/wait.h> |
| 17 | #include <linux/sysdev.h> | 16 | #include <linux/sysdev.h> |
diff --git a/include/asm-sh/fixmap.h b/include/asm-sh/fixmap.h index 509224bdba28..412bccaa07e6 100644 --- a/include/asm-sh/fixmap.h +++ b/include/asm-sh/fixmap.h | |||
| @@ -13,7 +13,6 @@ | |||
| 13 | #ifndef _ASM_FIXMAP_H | 13 | #ifndef _ASM_FIXMAP_H |
| 14 | #define _ASM_FIXMAP_H | 14 | #define _ASM_FIXMAP_H |
| 15 | 15 | ||
| 16 | #include <linux/config.h> | ||
| 17 | #include <linux/kernel.h> | 16 | #include <linux/kernel.h> |
| 18 | #include <asm/page.h> | 17 | #include <asm/page.h> |
| 19 | #ifdef CONFIG_HIGHMEM | 18 | #ifdef CONFIG_HIGHMEM |
diff --git a/include/asm-sh/hardirq.h b/include/asm-sh/hardirq.h index f2fdf0f760e5..715ee237fc77 100644 --- a/include/asm-sh/hardirq.h +++ b/include/asm-sh/hardirq.h | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | #ifndef __ASM_SH_HARDIRQ_H | 1 | #ifndef __ASM_SH_HARDIRQ_H |
| 2 | #define __ASM_SH_HARDIRQ_H | 2 | #define __ASM_SH_HARDIRQ_H |
| 3 | 3 | ||
| 4 | #include <linux/config.h> | ||
| 5 | #include <linux/threads.h> | 4 | #include <linux/threads.h> |
| 6 | #include <linux/irq.h> | 5 | #include <linux/irq.h> |
| 7 | 6 | ||
diff --git a/include/asm-sh/hd64461/hd64461.h b/include/asm-sh/hd64461/hd64461.h index c457ca277a42..87f13d24c630 100644 --- a/include/asm-sh/hd64461/hd64461.h +++ b/include/asm-sh/hd64461/hd64461.h | |||
| @@ -5,7 +5,6 @@ | |||
| 5 | * Copyright (C) 2000 YAEGASHI Takeshi | 5 | * Copyright (C) 2000 YAEGASHI Takeshi |
| 6 | * Hitachi HD64461 companion chip support | 6 | * Hitachi HD64461 companion chip support |
| 7 | */ | 7 | */ |
| 8 | #include <linux/config.h> | ||
| 9 | 8 | ||
| 10 | /* Constants for PCMCIA mappings */ | 9 | /* Constants for PCMCIA mappings */ |
| 11 | #define HD64461_PCC_WINDOW 0x01000000 | 10 | #define HD64461_PCC_WINDOW 0x01000000 |
diff --git a/include/asm-sh/hd64465/hd64465.h b/include/asm-sh/hd64465/hd64465.h index c672032b72c9..cfd0e803d2a2 100644 --- a/include/asm-sh/hd64465/hd64465.h +++ b/include/asm-sh/hd64465/hd64465.h | |||
| @@ -11,7 +11,6 @@ | |||
| 11 | * Derived from <asm/hd64461.h> which bore the message: | 11 | * Derived from <asm/hd64461.h> which bore the message: |
| 12 | * Copyright (C) 2000 YAEGASHI Takeshi | 12 | * Copyright (C) 2000 YAEGASHI Takeshi |
| 13 | */ | 13 | */ |
| 14 | #include <linux/config.h> | ||
| 15 | #include <asm/io.h> | 14 | #include <asm/io.h> |
| 16 | #include <asm/irq.h> | 15 | #include <asm/irq.h> |
| 17 | 16 | ||
diff --git a/include/asm-sh/ide.h b/include/asm-sh/ide.h index 711dad4cb48b..9f8e9142dc33 100644 --- a/include/asm-sh/ide.h +++ b/include/asm-sh/ide.h | |||
| @@ -14,7 +14,6 @@ | |||
| 14 | 14 | ||
| 15 | #ifdef __KERNEL__ | 15 | #ifdef __KERNEL__ |
| 16 | 16 | ||
| 17 | #include <linux/config.h> | ||
| 18 | 17 | ||
| 19 | #define ide_default_io_ctl(base) (0) | 18 | #define ide_default_io_ctl(base) (0) |
| 20 | 19 | ||
diff --git a/include/asm-sh/io.h b/include/asm-sh/io.h index 2c3afe71323d..894e64b2d5f0 100644 --- a/include/asm-sh/io.h +++ b/include/asm-sh/io.h | |||
| @@ -23,7 +23,6 @@ | |||
| 23 | * inb by default expands to _inb, but the machine specific code may | 23 | * inb by default expands to _inb, but the machine specific code may |
| 24 | * define it to __inb if it chooses. | 24 | * define it to __inb if it chooses. |
| 25 | */ | 25 | */ |
| 26 | #include <linux/config.h> | ||
| 27 | #include <asm/cache.h> | 26 | #include <asm/cache.h> |
| 28 | #include <asm/system.h> | 27 | #include <asm/system.h> |
| 29 | #include <asm/addrspace.h> | 28 | #include <asm/addrspace.h> |
diff --git a/include/asm-sh/irq.h b/include/asm-sh/irq.h index 42b8394c04ed..611e67cd0627 100644 --- a/include/asm-sh/irq.h +++ b/include/asm-sh/irq.h | |||
| @@ -11,7 +11,6 @@ | |||
| 11 | * | 11 | * |
| 12 | */ | 12 | */ |
| 13 | 13 | ||
| 14 | #include <linux/config.h> | ||
| 15 | #include <asm/machvec.h> | 14 | #include <asm/machvec.h> |
| 16 | #include <asm/ptrace.h> /* for pt_regs */ | 15 | #include <asm/ptrace.h> /* for pt_regs */ |
| 17 | 16 | ||
diff --git a/include/asm-sh/keyboard.h b/include/asm-sh/keyboard.h index 1103df003243..31dcc4fa5f28 100644 --- a/include/asm-sh/keyboard.h +++ b/include/asm-sh/keyboard.h | |||
| @@ -5,7 +5,6 @@ | |||
| 5 | */ | 5 | */ |
| 6 | 6 | ||
| 7 | #include <linux/kd.h> | 7 | #include <linux/kd.h> |
| 8 | #include <linux/config.h> | ||
| 9 | #include <asm/machvec.h> | 8 | #include <asm/machvec.h> |
| 10 | 9 | ||
| 11 | #ifdef CONFIG_SH_MPC1211 | 10 | #ifdef CONFIG_SH_MPC1211 |
diff --git a/include/asm-sh/kmap_types.h b/include/asm-sh/kmap_types.h index 2492ba07148f..84d565c696be 100644 --- a/include/asm-sh/kmap_types.h +++ b/include/asm-sh/kmap_types.h | |||
| @@ -3,7 +3,6 @@ | |||
| 3 | 3 | ||
| 4 | /* Dummy header just to define km_type. */ | 4 | /* Dummy header just to define km_type. */ |
| 5 | 5 | ||
| 6 | #include <linux/config.h> | ||
| 7 | 6 | ||
| 8 | #ifdef CONFIG_DEBUG_HIGHMEM | 7 | #ifdef CONFIG_DEBUG_HIGHMEM |
| 9 | # define D(n) __KM_FENCE_##n , | 8 | # define D(n) __KM_FENCE_##n , |
diff --git a/include/asm-sh/machvec.h b/include/asm-sh/machvec.h index 550c50a7359e..550501fa4fed 100644 --- a/include/asm-sh/machvec.h +++ b/include/asm-sh/machvec.h | |||
| @@ -10,7 +10,6 @@ | |||
| 10 | #ifndef _ASM_SH_MACHVEC_H | 10 | #ifndef _ASM_SH_MACHVEC_H |
| 11 | #define _ASM_SH_MACHVEC_H 1 | 11 | #define _ASM_SH_MACHVEC_H 1 |
| 12 | 12 | ||
| 13 | #include <linux/config.h> | ||
| 14 | #include <linux/types.h> | 13 | #include <linux/types.h> |
| 15 | #include <linux/time.h> | 14 | #include <linux/time.h> |
| 16 | 15 | ||
diff --git a/include/asm-sh/machvec_init.h b/include/asm-sh/machvec_init.h index 9e7de808f7f8..e397798ebd94 100644 --- a/include/asm-sh/machvec_init.h +++ b/include/asm-sh/machvec_init.h | |||
| @@ -12,7 +12,6 @@ | |||
| 12 | #ifndef __SH_MACHVEC_INIT_H | 12 | #ifndef __SH_MACHVEC_INIT_H |
| 13 | #define __SH_MACHVEC_INIT_H | 13 | #define __SH_MACHVEC_INIT_H |
| 14 | 14 | ||
| 15 | #include <linux/config.h> | ||
| 16 | 15 | ||
| 17 | /* | 16 | /* |
| 18 | * In a GENERIC kernel, we have lots of these vectors floating about, | 17 | * In a GENERIC kernel, we have lots of these vectors floating about, |
diff --git a/include/asm-sh/mpc1211/dma.h b/include/asm-sh/mpc1211/dma.h index 0a2fdab3e454..e506d1aaa0d0 100644 --- a/include/asm-sh/mpc1211/dma.h +++ b/include/asm-sh/mpc1211/dma.h | |||
| @@ -8,7 +8,6 @@ | |||
| 8 | #ifndef _ASM_MPC1211_DMA_H | 8 | #ifndef _ASM_MPC1211_DMA_H |
| 9 | #define _ASM_MPC1211_DMA_H | 9 | #define _ASM_MPC1211_DMA_H |
| 10 | 10 | ||
| 11 | #include <linux/config.h> | ||
| 12 | #include <linux/spinlock.h> /* And spinlocks */ | 11 | #include <linux/spinlock.h> /* And spinlocks */ |
| 13 | #include <asm/io.h> /* need byte IO */ | 12 | #include <asm/io.h> /* need byte IO */ |
| 14 | #include <linux/delay.h> | 13 | #include <linux/delay.h> |
diff --git a/include/asm-sh/overdrive/overdrive.h b/include/asm-sh/overdrive/overdrive.h index aa62ae68c55c..fc746c244f83 100644 --- a/include/asm-sh/overdrive/overdrive.h +++ b/include/asm-sh/overdrive/overdrive.h | |||
| @@ -6,7 +6,6 @@ | |||
| 6 | * | 6 | * |
| 7 | */ | 7 | */ |
| 8 | 8 | ||
| 9 | #include <linux/config.h> | ||
| 10 | 9 | ||
| 11 | #ifndef __OVERDRIVE_H__ | 10 | #ifndef __OVERDRIVE_H__ |
| 12 | #define __OVERDRIVE_H__ | 11 | #define __OVERDRIVE_H__ |
diff --git a/include/asm-sh/page.h b/include/asm-sh/page.h index 9c89287c3e56..a5559e38744e 100644 --- a/include/asm-sh/page.h +++ b/include/asm-sh/page.h | |||
| @@ -13,7 +13,6 @@ | |||
| 13 | [ P4 control ] 0xE0000000 | 13 | [ P4 control ] 0xE0000000 |
| 14 | */ | 14 | */ |
| 15 | 15 | ||
| 16 | #include <linux/config.h> | ||
| 17 | 16 | ||
| 18 | /* PAGE_SHIFT determines the page size */ | 17 | /* PAGE_SHIFT determines the page size */ |
| 19 | #define PAGE_SHIFT 12 | 18 | #define PAGE_SHIFT 12 |
diff --git a/include/asm-sh/pgtable.h b/include/asm-sh/pgtable.h index bb0efb31a8cb..dcd23a03683d 100644 --- a/include/asm-sh/pgtable.h +++ b/include/asm-sh/pgtable.h | |||
| @@ -8,7 +8,6 @@ | |||
| 8 | * Copyright (C) 2002, 2003, 2004 Paul Mundt | 8 | * Copyright (C) 2002, 2003, 2004 Paul Mundt |
| 9 | */ | 9 | */ |
| 10 | 10 | ||
| 11 | #include <linux/config.h> | ||
| 12 | #include <asm/pgtable-2level.h> | 11 | #include <asm/pgtable-2level.h> |
| 13 | 12 | ||
| 14 | /* | 13 | /* |
diff --git a/include/asm-sh/serial.h b/include/asm-sh/serial.h index f51e232d5cd9..8734590d27e8 100644 --- a/include/asm-sh/serial.h +++ b/include/asm-sh/serial.h | |||
| @@ -7,7 +7,6 @@ | |||
| 7 | #ifndef _ASM_SERIAL_H | 7 | #ifndef _ASM_SERIAL_H |
| 8 | #define _ASM_SERIAL_H | 8 | #define _ASM_SERIAL_H |
| 9 | 9 | ||
| 10 | #include <linux/config.h> | ||
| 11 | #include <linux/kernel.h> | 10 | #include <linux/kernel.h> |
| 12 | 11 | ||
| 13 | #ifdef CONFIG_SH_EC3104 | 12 | #ifdef CONFIG_SH_EC3104 |
diff --git a/include/asm-sh/smp.h b/include/asm-sh/smp.h index f19a8b3b69a6..f57c4fe9692a 100644 --- a/include/asm-sh/smp.h +++ b/include/asm-sh/smp.h | |||
| @@ -10,7 +10,6 @@ | |||
| 10 | #ifndef __ASM_SH_SMP_H | 10 | #ifndef __ASM_SH_SMP_H |
| 11 | #define __ASM_SH_SMP_H | 11 | #define __ASM_SH_SMP_H |
| 12 | 12 | ||
| 13 | #include <linux/config.h> | ||
| 14 | #include <linux/bitops.h> | 13 | #include <linux/bitops.h> |
| 15 | #include <linux/cpumask.h> | 14 | #include <linux/cpumask.h> |
| 16 | 15 | ||
diff --git a/include/asm-sh/system.h b/include/asm-sh/system.h index bb0330499bdf..b752e5cbb830 100644 --- a/include/asm-sh/system.h +++ b/include/asm-sh/system.h | |||
| @@ -6,7 +6,6 @@ | |||
| 6 | * Copyright (C) 2002 Paul Mundt | 6 | * Copyright (C) 2002 Paul Mundt |
| 7 | */ | 7 | */ |
| 8 | 8 | ||
| 9 | #include <linux/config.h> | ||
| 10 | 9 | ||
| 11 | /* | 10 | /* |
| 12 | * switch_to() should switch tasks to task nr n, first | 11 | * switch_to() should switch tasks to task nr n, first |
diff --git a/include/asm-sh/types.h b/include/asm-sh/types.h index 488552f43b2a..3c09dd4ca31c 100644 --- a/include/asm-sh/types.h +++ b/include/asm-sh/types.h | |||
| @@ -35,7 +35,6 @@ typedef unsigned long long __u64; | |||
| 35 | 35 | ||
| 36 | #ifndef __ASSEMBLY__ | 36 | #ifndef __ASSEMBLY__ |
| 37 | 37 | ||
| 38 | #include <linux/config.h> | ||
| 39 | 38 | ||
| 40 | typedef __signed__ char s8; | 39 | typedef __signed__ char s8; |
| 41 | typedef unsigned char u8; | 40 | typedef unsigned char u8; |
diff --git a/include/asm-sh/unistd.h b/include/asm-sh/unistd.h index 05520cebda12..76b5430cb458 100644 --- a/include/asm-sh/unistd.h +++ b/include/asm-sh/unistd.h | |||
| @@ -304,6 +304,8 @@ | |||
| 304 | 304 | ||
| 305 | #define NR_syscalls 293 | 305 | #define NR_syscalls 293 |
| 306 | 306 | ||
| 307 | #ifdef __KERNEL__ | ||
| 308 | |||
| 307 | /* user-visible error numbers are in the range -1 - -124: see <asm-sh/errno.h> */ | 309 | /* user-visible error numbers are in the range -1 - -124: see <asm-sh/errno.h> */ |
| 308 | 310 | ||
| 309 | #define __syscall_return(type, res) \ | 311 | #define __syscall_return(type, res) \ |
| @@ -420,7 +422,6 @@ __asm__ __volatile__ ("trapa #0x16" \ | |||
| 420 | __syscall_return(type,__sc0); \ | 422 | __syscall_return(type,__sc0); \ |
| 421 | } | 423 | } |
| 422 | 424 | ||
| 423 | #ifdef __KERNEL__ | ||
| 424 | #define __ARCH_WANT_IPC_PARSE_VERSION | 425 | #define __ARCH_WANT_IPC_PARSE_VERSION |
| 425 | #define __ARCH_WANT_OLD_READDIR | 426 | #define __ARCH_WANT_OLD_READDIR |
| 426 | #define __ARCH_WANT_OLD_STAT | 427 | #define __ARCH_WANT_OLD_STAT |
| @@ -443,7 +444,6 @@ __syscall_return(type,__sc0); \ | |||
| 443 | #define __ARCH_WANT_SYS_SIGPENDING | 444 | #define __ARCH_WANT_SYS_SIGPENDING |
| 444 | #define __ARCH_WANT_SYS_SIGPROCMASK | 445 | #define __ARCH_WANT_SYS_SIGPROCMASK |
| 445 | #define __ARCH_WANT_SYS_RT_SIGACTION | 446 | #define __ARCH_WANT_SYS_RT_SIGACTION |
| 446 | #endif | ||
| 447 | 447 | ||
| 448 | #ifdef __KERNEL_SYSCALLS__ | 448 | #ifdef __KERNEL_SYSCALLS__ |
| 449 | 449 | ||
| @@ -513,7 +513,7 @@ asmlinkage long sys_rt_sigaction(int sig, | |||
| 513 | struct sigaction __user *oact, | 513 | struct sigaction __user *oact, |
| 514 | size_t sigsetsize); | 514 | size_t sigsetsize); |
| 515 | 515 | ||
| 516 | #endif | 516 | #endif /* __KERNEL_SYSCALLS__ */ |
| 517 | 517 | ||
| 518 | /* | 518 | /* |
| 519 | * "Conditional" syscalls | 519 | * "Conditional" syscalls |
| @@ -525,4 +525,5 @@ asmlinkage long sys_rt_sigaction(int sig, | |||
| 525 | #define cond_syscall(x) asm(".weak\t" #x "\n\t.set\t" #x ",sys_ni_syscall") | 525 | #define cond_syscall(x) asm(".weak\t" #x "\n\t.set\t" #x ",sys_ni_syscall") |
| 526 | #endif | 526 | #endif |
| 527 | 527 | ||
| 528 | #endif /* __KERNEL__ */ | ||
| 528 | #endif /* __ASM_SH_UNISTD_H */ | 529 | #endif /* __ASM_SH_UNISTD_H */ |
diff --git a/include/asm-sh/watchdog.h b/include/asm-sh/watchdog.h index f0cf4be21655..09ca41972a11 100644 --- a/include/asm-sh/watchdog.h +++ b/include/asm-sh/watchdog.h | |||
| @@ -13,7 +13,6 @@ | |||
| 13 | #ifdef __KERNEL__ | 13 | #ifdef __KERNEL__ |
| 14 | 14 | ||
| 15 | #include <linux/types.h> | 15 | #include <linux/types.h> |
| 16 | #include <linux/config.h> | ||
| 17 | #include <asm/cpu/watchdog.h> | 16 | #include <asm/cpu/watchdog.h> |
| 18 | #include <asm/io.h> | 17 | #include <asm/io.h> |
| 19 | 18 | ||
