Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

include of <linux/types.h> is preferred over <asm/types.h>

Impact: fix 15 make headers_check warnings:

include of <linux/types.h> is preferred over <asm/types.h>

Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@gmail.com>
Cc: Ingo Molnar <mingo@elte.hu>
Cc: Sam Ravnborg <sam@ravnborg.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

authored by

Jaswinder Singh Rajput and committed by
Linus Torvalds
00bfddaf 068b38c1

+13 -16
-1
include/linux/agpgart.h
··· 52 52 53 53 #ifndef __KERNEL__ 54 54 #include <linux/types.h> 55 - #include <asm/types.h> 56 55 57 56 struct agp_version { 58 57 __u16 major;
+1 -1
include/linux/atm_idt77105.h
··· 7 7 #ifndef LINUX_ATM_IDT77105_H 8 8 #define LINUX_ATM_IDT77105_H 9 9 10 - #include <asm/types.h> 10 + #include <linux/types.h> 11 11 #include <linux/atmioc.h> 12 12 #include <linux/atmdev.h> 13 13
+1 -1
include/linux/capi.h
··· 12 12 #ifndef __LINUX_CAPI_H__ 13 13 #define __LINUX_CAPI_H__ 14 14 15 - #include <asm/types.h> 15 + #include <linux/types.h> 16 16 #include <linux/ioctl.h> 17 17 #ifndef __KERNEL__ 18 18 #include <linux/kernelcapi.h>
+1 -1
include/linux/connector.h
··· 22 22 #ifndef __CONNECTOR_H 23 23 #define __CONNECTOR_H 24 24 25 - #include <asm/types.h> 25 + #include <linux/types.h> 26 26 27 27 #define CN_IDX_CONNECTOR 0xffffffff 28 28 #define CN_VAL_CONNECTOR 0xffffffff
-2
include/linux/cyclades.h
··· 150 150 * architectures and compilers. 151 151 */ 152 152 153 - #include <asm/types.h> 154 - 155 153 typedef __u64 ucdouble; /* 64 bits, unsigned */ 156 154 typedef __u32 uclong; /* 32 bits, unsigned */ 157 155 typedef __u16 ucshort; /* 16 bits, unsigned */
+1 -1
include/linux/fb.h
··· 1 1 #ifndef _LINUX_FB_H 2 2 #define _LINUX_FB_H 3 3 4 - #include <asm/types.h> 4 + #include <linux/types.h> 5 5 #include <linux/i2c.h> 6 6 7 7 struct dentry;
+1 -1
include/linux/if_pppol2tp.h
··· 15 15 #ifndef __LINUX_IF_PPPOL2TP_H 16 16 #define __LINUX_IF_PPPOL2TP_H 17 17 18 - #include <asm/types.h> 18 + #include <linux/types.h> 19 19 20 20 #ifdef __KERNEL__ 21 21 #include <linux/in.h>
+1 -1
include/linux/if_pppox.h
··· 17 17 #define __LINUX_IF_PPPOX_H 18 18 19 19 20 - #include <asm/types.h> 20 + #include <linux/types.h> 21 21 #include <asm/byteorder.h> 22 22 23 23 #ifdef __KERNEL__
+1 -1
include/linux/input.h
··· 16 16 #include <sys/time.h> 17 17 #include <sys/ioctl.h> 18 18 #include <sys/types.h> 19 - #include <asm/types.h> 19 + #include <linux/types.h> 20 20 #endif 21 21 22 22 /*
+1 -1
include/linux/joystick.h
··· 27 27 * Vojtech Pavlik, Ucitelska 1576, Prague 8, 182 00 Czech Republic 28 28 */ 29 29 30 - #include <asm/types.h> 30 + #include <linux/types.h> 31 31 #include <linux/input.h> 32 32 33 33 /*
+1 -1
include/linux/kvm.h
··· 7 7 * Note: you must update KVM_API_VERSION if you change this interface. 8 8 */ 9 9 10 - #include <asm/types.h> 10 + #include <linux/types.h> 11 11 #include <linux/compiler.h> 12 12 #include <linux/ioctl.h> 13 13 #include <asm/kvm.h>
+1 -1
include/linux/loop.h
··· 80 80 }; 81 81 82 82 #include <asm/posix_types.h> /* for __kernel_old_dev_t */ 83 - #include <asm/types.h> /* for __u64 */ 83 + #include <linux/types.h> /* for __u64 */ 84 84 85 85 /* Backwards compatibility version */ 86 86 struct loop_info {
+1 -1
include/linux/matroxfb.h
··· 2 2 #define __LINUX_MATROXFB_H__ 3 3 4 4 #include <asm/ioctl.h> 5 - #include <asm/types.h> 5 + #include <linux/types.h> 6 6 #include <linux/videodev2.h> 7 7 8 8 struct matroxioc_output_mode {
+1 -1
include/linux/phantom.h
··· 10 10 #ifndef __PHANTOM_H 11 11 #define __PHANTOM_H 12 12 13 - #include <asm/types.h> 13 + #include <linux/types.h> 14 14 15 15 /* PHN_(G/S)ET_REG param */ 16 16 struct phm_reg {
+1 -1
include/linux/radeonfb.h
··· 2 2 #define __LINUX_RADEONFB_H__ 3 3 4 4 #include <asm/ioctl.h> 5 - #include <asm/types.h> 5 + #include <linux/types.h> 6 6 7 7 #define ATY_RADEON_LCD_ON 0x00000001 8 8 #define ATY_RADEON_CRT_ON 0x00000002