Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
linux-davinci
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
linux
linux-davinci
Commits
22796b15
Commit
22796b15
authored
Feb 13, 2009
by
Ingo Molnar
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'core/header-fixes' into x86/headers
Conflicts: arch/x86/include/asm/setup.h
parents
bf33a70a
0fb807c3
Changes
36
Hide whitespace changes
Inline
Side-by-side
Showing
36 changed files
with
100 additions
and
86 deletions
+100
-86
arch/alpha/include/asm/statfs.h
arch/alpha/include/asm/statfs.h
+2
-0
arch/alpha/include/asm/swab.h
arch/alpha/include/asm/swab.h
+1
-1
arch/arm/include/asm/a.out.h
arch/arm/include/asm/a.out.h
+1
-1
arch/arm/include/asm/setup.h
arch/arm/include/asm/setup.h
+1
-1
arch/arm/include/asm/swab.h
arch/arm/include/asm/swab.h
+1
-1
arch/avr32/include/asm/swab.h
arch/avr32/include/asm/swab.h
+1
-1
arch/blackfin/include/asm/swab.h
arch/blackfin/include/asm/swab.h
+1
-1
arch/h8300/include/asm/swab.h
arch/h8300/include/asm/swab.h
+1
-1
arch/ia64/include/asm/fpu.h
arch/ia64/include/asm/fpu.h
+0
-2
arch/ia64/include/asm/gcc_intrin.h
arch/ia64/include/asm/gcc_intrin.h
+1
-0
arch/ia64/include/asm/intrinsics.h
arch/ia64/include/asm/intrinsics.h
+1
-0
arch/ia64/include/asm/kvm.h
arch/ia64/include/asm/kvm.h
+1
-2
arch/ia64/include/asm/swab.h
arch/ia64/include/asm/swab.h
+1
-1
arch/mips/include/asm/sigcontext.h
arch/mips/include/asm/sigcontext.h
+1
-0
arch/mips/include/asm/swab.h
arch/mips/include/asm/swab.h
+1
-1
arch/parisc/include/asm/pdc.h
arch/parisc/include/asm/pdc.h
+2
-1
arch/parisc/include/asm/swab.h
arch/parisc/include/asm/swab.h
+1
-1
arch/powerpc/include/asm/bootx.h
arch/powerpc/include/asm/bootx.h
+1
-1
arch/powerpc/include/asm/elf.h
arch/powerpc/include/asm/elf.h
+1
-1
arch/powerpc/include/asm/kvm.h
arch/powerpc/include/asm/kvm.h
+1
-1
arch/powerpc/include/asm/ps3fb.h
arch/powerpc/include/asm/ps3fb.h
+1
-0
arch/powerpc/include/asm/spu_info.h
arch/powerpc/include/asm/spu_info.h
+2
-1
arch/powerpc/include/asm/swab.h
arch/powerpc/include/asm/swab.h
+1
-1
arch/x86/include/asm/setup.h
arch/x86/include/asm/setup.h
+22
-21
arch/x86/include/asm/syscalls.h
arch/x86/include/asm/syscalls.h
+1
-0
arch/xtensa/include/asm/swab.h
arch/xtensa/include/asm/swab.h
+1
-1
include/asm-frv/swab.h
include/asm-frv/swab.h
+1
-1
include/asm-m32r/swab.h
include/asm-m32r/swab.h
+1
-1
include/asm-mn10300/swab.h
include/asm-mn10300/swab.h
+1
-1
include/linux/coda_psdev.h
include/linux/coda_psdev.h
+7
-8
include/linux/in6.h
include/linux/in6.h
+1
-1
include/linux/nubus.h
include/linux/nubus.h
+2
-0
include/linux/reiserfs_fs.h
include/linux/reiserfs_fs.h
+29
-27
include/linux/socket.h
include/linux/socket.h
+4
-2
include/linux/types.h
include/linux/types.h
+4
-2
scripts/headers_check.pl
scripts/headers_check.pl
+1
-1
No files found.
arch/alpha/include/asm/statfs.h
View file @
22796b15
#ifndef _ALPHA_STATFS_H
#define _ALPHA_STATFS_H
#include <linux/types.h>
/* Alpha is the only 64-bit platform with 32-bit statfs. And doesn't
even seem to implement statfs64 */
#define __statfs_word __u32
...
...
arch/alpha/include/asm/swab.h
View file @
22796b15
#ifndef _ALPHA_SWAB_H
#define _ALPHA_SWAB_H
#include <
asm
/types.h>
#include <
linux
/types.h>
#include <linux/compiler.h>
#include <asm/compiler.h>
...
...
arch/arm/include/asm/a.out.h
View file @
22796b15
...
...
@@ -2,7 +2,7 @@
#define __ARM_A_OUT_H__
#include <linux/personality.h>
#include <
asm
/types.h>
#include <
linux
/types.h>
struct
exec
{
...
...
arch/arm/include/asm/setup.h
View file @
22796b15
...
...
@@ -14,7 +14,7 @@
#ifndef __ASMARM_SETUP_H
#define __ASMARM_SETUP_H
#include <
asm
/types.h>
#include <
linux
/types.h>
#define COMMAND_LINE_SIZE 1024
...
...
arch/arm/include/asm/swab.h
View file @
22796b15
...
...
@@ -16,7 +16,7 @@
#define __ASM_ARM_SWAB_H
#include <linux/compiler.h>
#include <
asm
/types.h>
#include <
linux
/types.h>
#if !defined(__STRICT_ANSI__) || defined(__KERNEL__)
# define __SWAB_64_THRU_32__
...
...
arch/avr32/include/asm/swab.h
View file @
22796b15
...
...
@@ -4,7 +4,7 @@
#ifndef __ASM_AVR32_SWAB_H
#define __ASM_AVR32_SWAB_H
#include <
asm
/types.h>
#include <
linux
/types.h>
#include <linux/compiler.h>
#define __SWAB_64_THRU_32__
...
...
arch/blackfin/include/asm/swab.h
View file @
22796b15
#ifndef _BLACKFIN_SWAB_H
#define _BLACKFIN_SWAB_H
#include <
asm
/types.h>
#include <
linux
/types.h>
#include <linux/compiler.h>
#if defined(__GNUC__) && !defined(__STRICT_ANSI__) || defined(__KERNEL__)
...
...
arch/h8300/include/asm/swab.h
View file @
22796b15
#ifndef _H8300_SWAB_H
#define _H8300_SWAB_H
#include <
asm
/types.h>
#include <
linux
/types.h>
#if defined(__GNUC__) && !defined(__STRICT_ANSI__) || defined(__KERNEL__)
# define __SWAB_64_THRU_32__
...
...
arch/ia64/include/asm/fpu.h
View file @
22796b15
...
...
@@ -6,8 +6,6 @@
* David Mosberger-Tang <davidm@hpl.hp.com>
*/
#include <asm/types.h>
/* floating point status register: */
#define FPSR_TRAP_VD (1 << 0)
/* invalid op trap disabled */
#define FPSR_TRAP_DD (1 << 1)
/* denormal trap disabled */
...
...
arch/ia64/include/asm/gcc_intrin.h
View file @
22796b15
...
...
@@ -6,6 +6,7 @@
* Copyright (C) 2002,2003 Suresh Siddha <suresh.b.siddha@intel.com>
*/
#include <linux/types.h>
#include <linux/compiler.h>
/* define this macro to get some asm stmts included in 'c' files */
...
...
arch/ia64/include/asm/intrinsics.h
View file @
22796b15
...
...
@@ -10,6 +10,7 @@
#ifndef __ASSEMBLY__
#include <linux/types.h>
/* include compiler specific intrinsics */
#include <asm/ia64regs.h>
#ifdef __INTEL_COMPILER
...
...
arch/ia64/include/asm/kvm.h
View file @
22796b15
...
...
@@ -21,8 +21,7 @@
*
*/
#include <asm/types.h>
#include <linux/types.h>
#include <linux/ioctl.h>
/* Architectural interrupt line count. */
...
...
arch/ia64/include/asm/swab.h
View file @
22796b15
...
...
@@ -6,7 +6,7 @@
* David Mosberger-Tang <davidm@hpl.hp.com>, Hewlett-Packard Co.
*/
#include <
asm
/types.h>
#include <
linux
/types.h>
#include <asm/intrinsics.h>
#include <linux/compiler.h>
...
...
arch/mips/include/asm/sigcontext.h
View file @
22796b15
...
...
@@ -9,6 +9,7 @@
#ifndef _ASM_SIGCONTEXT_H
#define _ASM_SIGCONTEXT_H
#include <linux/types.h>
#include <asm/sgidefs.h>
#if _MIPS_SIM == _MIPS_SIM_ABI32
...
...
arch/mips/include/asm/swab.h
View file @
22796b15
...
...
@@ -9,7 +9,7 @@
#define _ASM_SWAB_H
#include <linux/compiler.h>
#include <
asm
/types.h>
#include <
linux
/types.h>
#define __SWAB_64_THRU_32__
...
...
arch/parisc/include/asm/pdc.h
View file @
22796b15
...
...
@@ -336,10 +336,11 @@
#define NUM_PDC_RESULT 32
#if !defined(__ASSEMBLY__)
#ifdef __KERNEL__
#include <linux/types.h>
#ifdef __KERNEL__
extern
int
pdc_type
;
/* Values for pdc_type */
...
...
arch/parisc/include/asm/swab.h
View file @
22796b15
#ifndef _PARISC_SWAB_H
#define _PARISC_SWAB_H
#include <
asm
/types.h>
#include <
linux
/types.h>
#include <linux/compiler.h>
#define __SWAB_64_THRU_32__
...
...
arch/powerpc/include/asm/bootx.h
View file @
22796b15
...
...
@@ -9,7 +9,7 @@
#ifndef __ASM_BOOTX_H__
#define __ASM_BOOTX_H__
#include <
asm
/types.h>
#include <
linux
/types.h>
#ifdef macintosh
#include <Types.h>
...
...
arch/powerpc/include/asm/elf.h
View file @
22796b15
...
...
@@ -7,7 +7,7 @@
#include <asm/string.h>
#endif
#include <
asm
/types.h>
#include <
linux
/types.h>
#include <asm/ptrace.h>
#include <asm/cputable.h>
#include <asm/auxvec.h>
...
...
arch/powerpc/include/asm/kvm.h
View file @
22796b15
...
...
@@ -20,7 +20,7 @@
#ifndef __LINUX_KVM_POWERPC_H
#define __LINUX_KVM_POWERPC_H
#include <
asm
/types.h>
#include <
linux
/types.h>
struct
kvm_regs
{
__u64
pc
;
...
...
arch/powerpc/include/asm/ps3fb.h
View file @
22796b15
...
...
@@ -19,6 +19,7 @@
#ifndef _ASM_POWERPC_PS3FB_H_
#define _ASM_POWERPC_PS3FB_H_
#include <linux/types.h>
#include <linux/ioctl.h>
/* ioctl */
...
...
arch/powerpc/include/asm/spu_info.h
View file @
22796b15
...
...
@@ -23,9 +23,10 @@
#ifndef _SPU_INFO_H
#define _SPU_INFO_H
#include <linux/types.h>
#ifdef __KERNEL__
#include <asm/spu.h>
#include <linux/types.h>
#else
struct
mfc_cq_sr
{
__u64
mfc_cq_data0_RW
;
...
...
arch/powerpc/include/asm/swab.h
View file @
22796b15
...
...
@@ -8,7 +8,7 @@
* 2 of the License, or (at your option) any later version.
*/
#include <
asm
/types.h>
#include <
linux
/types.h>
#include <linux/compiler.h>
#ifdef __GNUC__
...
...
arch/x86/include/asm/setup.h
View file @
22796b15
...
...
@@ -7,21 +7,6 @@
#ifndef __ASSEMBLY__
/* Interrupt control for vSMPowered x86_64 systems */
void
vsmp_init
(
void
);
void
setup_bios_corruption_check
(
void
);
#ifdef CONFIG_X86_VISWS
extern
void
visws_early_detect
(
void
);
extern
int
is_visws_box
(
void
);
#else
static
inline
void
visws_early_detect
(
void
)
{
}
static
inline
int
is_visws_box
(
void
)
{
return
0
;
}
#endif
extern
int
wakeup_secondary_cpu_via_nmi
(
int
apicid
,
unsigned
long
start_eip
);
extern
int
wakeup_secondary_cpu_via_init
(
int
apicid
,
unsigned
long
start_eip
);
/*
* Any setup quirks to be performed?
*/
...
...
@@ -48,12 +33,6 @@ struct x86_quirks {
int
(
*
update_genapic
)(
void
);
};
extern
struct
x86_quirks
*
x86_quirks
;
extern
unsigned
long
saved_video_mode
;
#ifndef CONFIG_PARAVIRT
#define paravirt_post_allocator_init() do {} while (0)
#endif
#endif
/* __ASSEMBLY__ */
#ifdef __i386__
...
...
@@ -76,6 +55,28 @@ extern unsigned long saved_video_mode;
#ifndef __ASSEMBLY__
#include <asm/bootparam.h>
/* Interrupt control for vSMPowered x86_64 systems */
void
vsmp_init
(
void
);
void
setup_bios_corruption_check
(
void
);
#ifdef CONFIG_X86_VISWS
extern
void
visws_early_detect
(
void
);
extern
int
is_visws_box
(
void
);
#else
static
inline
void
visws_early_detect
(
void
)
{
}
static
inline
int
is_visws_box
(
void
)
{
return
0
;
}
#endif
extern
int
wakeup_secondary_cpu_via_nmi
(
int
apicid
,
unsigned
long
start_eip
);
extern
int
wakeup_secondary_cpu_via_init
(
int
apicid
,
unsigned
long
start_eip
);
extern
struct
x86_quirks
*
x86_quirks
;
extern
unsigned
long
saved_video_mode
;
#ifndef CONFIG_PARAVIRT
#define paravirt_post_allocator_init() do {} while (0)
#endif
#ifndef _SETUP
/*
...
...
arch/x86/include/asm/syscalls.h
View file @
22796b15
...
...
@@ -74,6 +74,7 @@ asmlinkage long sys_vfork(struct pt_regs *);
asmlinkage
long
sys_execve
(
char
__user
*
,
char
__user
*
__user
*
,
char
__user
*
__user
*
,
struct
pt_regs
*
);
long
sys_arch_prctl
(
int
,
unsigned
long
);
/* kernel/ioport.c */
asmlinkage
long
sys_iopl
(
unsigned
int
,
struct
pt_regs
*
);
...
...
arch/xtensa/include/asm/swab.h
View file @
22796b15
...
...
@@ -11,7 +11,7 @@
#ifndef _XTENSA_SWAB_H
#define _XTENSA_SWAB_H
#include <
asm
/types.h>
#include <
linux
/types.h>
#include <linux/compiler.h>
#define __SWAB_64_THRU_32__
...
...
include/asm-frv/swab.h
View file @
22796b15
#ifndef _ASM_SWAB_H
#define _ASM_SWAB_H
#include <
asm
/types.h>
#include <
linux
/types.h>
#if defined(__GNUC__) && !defined(__STRICT_ANSI__) || defined(__KERNEL__)
# define __SWAB_64_THRU_32__
...
...
include/asm-m32r/swab.h
View file @
22796b15
#ifndef _ASM_M32R_SWAB_H
#define _ASM_M32R_SWAB_H
#include <
asm
/types.h>
#include <
linux
/types.h>
#if !defined(__STRICT_ANSI__) || defined(__KERNEL__)
# define __SWAB_64_THRU_32__
...
...
include/asm-mn10300/swab.h
View file @
22796b15
...
...
@@ -11,7 +11,7 @@
#ifndef _ASM_SWAB_H
#define _ASM_SWAB_H
#include <
asm
/types.h>
#include <
linux
/types.h>
#ifdef __GNUC__
...
...
include/linux/coda_psdev.h
View file @
22796b15
...
...
@@ -6,6 +6,7 @@
#define CODA_PSDEV_MAJOR 67
#define MAX_CODADEVS 5
/* how many do we allow */
#ifdef __KERNEL__
struct
kstatfs
;
/* communication pending/processing queues */
...
...
@@ -24,7 +25,6 @@ static inline struct venus_comm *coda_vcp(struct super_block *sb)
return
(
struct
venus_comm
*
)((
sb
)
->
s_fs_info
);
}
/* upcalls */
int
venus_rootfid
(
struct
super_block
*
sb
,
struct
CodaFid
*
fidp
);
int
venus_getattr
(
struct
super_block
*
sb
,
struct
CodaFid
*
fid
,
...
...
@@ -64,6 +64,12 @@ int coda_downcall(int opcode, union outputArgs *out, struct super_block *sb);
int
venus_fsync
(
struct
super_block
*
sb
,
struct
CodaFid
*
fid
);
int
venus_statfs
(
struct
dentry
*
dentry
,
struct
kstatfs
*
sfs
);
/*
* Statistics
*/
extern
struct
venus_comm
coda_comms
[];
#endif
/* __KERNEL__ */
/* messages between coda filesystem in kernel and Venus */
struct
upc_req
{
...
...
@@ -82,11 +88,4 @@ struct upc_req {
#define REQ_WRITE 0x4
#define REQ_ABORT 0x8
/*
* Statistics
*/
extern
struct
venus_comm
coda_comms
[];
#endif
include/linux/in6.h
View file @
22796b15
...
...
@@ -44,11 +44,11 @@ struct in6_addr
* NOTE: Be aware the IN6ADDR_* constants and in6addr_* externals are defined
* in network byte order, not in host byte order as are the IPv4 equivalents
*/
#ifdef __KERNEL__
extern
const
struct
in6_addr
in6addr_any
;
#define IN6ADDR_ANY_INIT { { { 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 } } }
extern
const
struct
in6_addr
in6addr_loopback
;
#define IN6ADDR_LOOPBACK_INIT { { { 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1 } } }
#ifdef __KERNEL__
extern
const
struct
in6_addr
in6addr_linklocal_allnodes
;
#define IN6ADDR_LINKLOCAL_ALLNODES_INIT \
{ { { 0xff,2,0,0,0,0,0,0,0,0,0,0,0,0,0,1 } } }
...
...
include/linux/nubus.h
View file @
22796b15
...
...
@@ -237,6 +237,7 @@ struct nubus_dirent
int
mask
;
};
#ifdef __KERNEL__
struct
nubus_board
{
struct
nubus_board
*
next
;
struct
nubus_dev
*
first_dev
;
...
...
@@ -351,6 +352,7 @@ void nubus_get_rsrc_mem(void* dest,
void
nubus_get_rsrc_str
(
void
*
dest
,
const
struct
nubus_dirent
*
dirent
,
int
maxlen
);
#endif
/* __KERNEL__ */
/* We'd like to get rid of this eventually. Only daynaport.c uses it now. */
static
inline
void
*
nubus_slot_addr
(
int
slot
)
...
...
include/linux/reiserfs_fs.h
View file @
22796b15
...
...
@@ -28,8 +28,6 @@
#include <linux/reiserfs_fs_sb.h>
#endif
struct
fid
;
/*
* include/linux/reiser_fs.h
*
...
...
@@ -37,6 +35,33 @@ struct fid;
*
*/
/* ioctl's command */
#define REISERFS_IOC_UNPACK _IOW(0xCD,1,long)
/* define following flags to be the same as in ext2, so that chattr(1),
lsattr(1) will work with us. */
#define REISERFS_IOC_GETFLAGS FS_IOC_GETFLAGS
#define REISERFS_IOC_SETFLAGS FS_IOC_SETFLAGS
#define REISERFS_IOC_GETVERSION FS_IOC_GETVERSION
#define REISERFS_IOC_SETVERSION FS_IOC_SETVERSION
#ifdef __KERNEL__
/* the 32 bit compat definitions with int argument */
#define REISERFS_IOC32_UNPACK _IOW(0xCD, 1, int)
#define REISERFS_IOC32_GETFLAGS FS_IOC32_GETFLAGS
#define REISERFS_IOC32_SETFLAGS FS_IOC32_SETFLAGS
#define REISERFS_IOC32_GETVERSION FS_IOC32_GETVERSION
#define REISERFS_IOC32_SETVERSION FS_IOC32_SETVERSION
/* Locking primitives */
/* Right now we are still falling back to (un)lock_kernel, but eventually that
would evolve into real per-fs locks */
#define reiserfs_write_lock( sb ) lock_kernel()
#define reiserfs_write_unlock( sb ) unlock_kernel()
/* xattr stuff */
#define REISERFS_XATTR_DIR_SEM(s) (REISERFS_SB(s)->xattr_dir_sem)
struct
fid
;
/* in reading the #defines, it may help to understand that they employ
the following abbreviations:
...
...
@@ -698,6 +723,7 @@ static inline void cpu_key_k_offset_dec(struct cpu_key *key)
/* object identifier for root dir */
#define REISERFS_ROOT_OBJECTID 2
#define REISERFS_ROOT_PARENT_OBJECTID 1
extern
struct
reiserfs_key
root_key
;
/*
...
...
@@ -1540,7 +1566,6 @@ struct reiserfs_iget_args {
/* FUNCTION DECLARATIONS */
/***************************************************************************/
/*#ifdef __KERNEL__*/
#define get_journal_desc_magic(bh) (bh->b_data + bh->b_size - 12)
#define journal_trans_half(blocksize) \
...
...
@@ -2178,29 +2203,6 @@ long reiserfs_compat_ioctl(struct file *filp,
unsigned
int
cmd
,
unsigned
long
arg
);
int
reiserfs_unpack
(
struct
inode
*
inode
,
struct
file
*
filp
);
/* ioctl's command */
#define REISERFS_IOC_UNPACK _IOW(0xCD,1,long)
/* define following flags to be the same as in ext2, so that chattr(1),
lsattr(1) will work with us. */
#define REISERFS_IOC_GETFLAGS FS_IOC_GETFLAGS
#define REISERFS_IOC_SETFLAGS FS_IOC_SETFLAGS
#define REISERFS_IOC_GETVERSION FS_IOC_GETVERSION
#define REISERFS_IOC_SETVERSION FS_IOC_SETVERSION
/* the 32 bit compat definitions with int argument */
#define REISERFS_IOC32_UNPACK _IOW(0xCD, 1, int)
#define REISERFS_IOC32_GETFLAGS FS_IOC32_GETFLAGS
#define REISERFS_IOC32_SETFLAGS FS_IOC32_SETFLAGS
#define REISERFS_IOC32_GETVERSION FS_IOC32_GETVERSION
#define REISERFS_IOC32_SETVERSION FS_IOC32_SETVERSION
/* Locking primitives */
/* Right now we are still falling back to (un)lock_kernel, but eventually that
would evolve into real per-fs locks */
#define reiserfs_write_lock( sb ) lock_kernel()
#define reiserfs_write_unlock( sb ) unlock_kernel()
/* xattr stuff */
#define REISERFS_XATTR_DIR_SEM(s) (REISERFS_SB(s)->xattr_dir_sem)
#endif
/* __KERNEL__ */
#endif
/* _LINUX_REISER_FS_H */
include/linux/socket.h
View file @
22796b15
...
...
@@ -24,10 +24,12 @@ struct __kernel_sockaddr_storage {
#include <linux/types.h>
/* pid_t */
#include <linux/compiler.h>
/* __user */
#ifdef CONFIG_PROC_FS
#ifdef __KERNEL__
# ifdef CONFIG_PROC_FS
struct
seq_file
;
extern
void
socket_seq_show
(
struct
seq_file
*
seq
);
#endif
# endif
#endif
/* __KERNEL__ */
typedef
unsigned
short
sa_family_t
;
...
...
include/linux/types.h
View file @
22796b15
#ifndef _LINUX_TYPES_H
#define _LINUX_TYPES_H
#include <asm/types.h>
#ifndef __ASSEMBLY__
#ifdef __KERNEL__
#define DECLARE_BITMAP(name,bits) \
...
...
@@ -9,7 +12,6 @@
#endif
#include <linux/posix_types.h>
#include <asm/types.h>
#ifndef __KERNEL_STRICT_NAMES
...
...
@@ -212,5 +214,5 @@ struct ustat {
};
#endif
/* __KERNEL__ */
#endif
/* __ASSEMBLY__ */
#endif
/* _LINUX_TYPES_H */
scripts/headers_check.pl
View file @
22796b15
...
...
@@ -38,7 +38,7 @@ foreach my $file (@files) {
&
check_asm_types
();
&
check_sizetypes
();
&
check_prototypes
();
&
check_config
();
# Dropped for now. Too much noise
&check_config();
}
close
FH
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment