Changeset 8d2dd7f2 in mainline for kernel


Ignore:
Timestamp:
2017-05-13T19:03:14Z (8 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
9c96634
Parents:
e48947e
Message:

Reduce the number of files that include <sys/types.h>

Location:
kernel/arch
Files:
9 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/amd64/include/arch/istate_struct.ag

    re48947e r8d2dd7f2  
    3636                {
    3737                        negative-guard: KERNEL,
    38                         include : <sys/types.h>
     38                        include : <stddef.h>
     39                },
     40                {
     41                        negative-guard: KERNEL,
     42                        include : <stdint.h>
    3943                }
    4044        ],
  • kernel/arch/arm32/include/arch/cp15.h

    re48947e r8d2dd7f2  
    4040#include <typedefs.h>
    4141#else
    42 #include <sys/types.h>
     42#include <stdint.h>
    4343#endif
    4444
  • kernel/arch/arm32/include/arch/istate_struct.ag

    re48947e r8d2dd7f2  
    3636                {
    3737                        negative-guard : KERNEL,
    38                         include : <sys/types.h>
     38                        include : <stddef.h>
     39                },
     40                {
     41                        negative-guard : KERNEL,
     42                        include : <stdint.h>
    3943                }
    4044        ],
  • kernel/arch/ia32/include/arch/istate_struct.ag

    re48947e r8d2dd7f2  
    3636                {
    3737                        negative-guard: KERNEL,
    38                         include : <sys/types.h>
     38                        include : <stddef.h>
     39                },
     40                {
     41                        negative-guard: KERNEL,
     42                        include : <stdint.h>
    3943                }
    4044        ],
  • kernel/arch/ia64/include/arch/istate_struct.ag

    re48947e r8d2dd7f2  
    4040                {
    4141                        negative-guard : KERNEL,
    42                         include : <sys/types.h>
     42                        include : <stddef.h>
     43                },
     44                {
     45                        negative-guard : KERNEL,
     46                        include : <stdint.h>
    4347                },
    4448                {
  • kernel/arch/mips32/include/arch/istate_struct.ag

    re48947e r8d2dd7f2  
    3636                {
    3737                        negative-guard : KERNEL,
    38                         include : <sys/types.h>
     38                        include : <stddef.h>
     39                },
     40                {
     41                        negative-guard : KERNEL,
     42                        include : <stdint.h>
    3943                }
    4044        ],
  • kernel/arch/ppc32/include/arch/istate_struct.ag

    re48947e r8d2dd7f2  
    3636                {
    3737                        negative-guard : KERNEL,
    38                         include : <sys/types.h>
     38                        include : <stddef.h>
     39                },
     40                {
     41                        negative-guard : KERNEL,
     42                        include : <stdint.h>
    3943                }
    4044        ],
  • kernel/arch/riscv64/include/arch/istate_struct.ag

    re48947e r8d2dd7f2  
    3737                {
    3838                        negative-guard: KERNEL,
    39                         include : <sys/types.h>
     39                        include : <stdint.h>
    4040                }
    4141        ],
  • kernel/arch/sparc64/include/arch/istate_struct.ag

    re48947e r8d2dd7f2  
    3636                {
    3737                        negative-guard : KERNEL,
    38                         include : <sys/types.h>
     38                        include : <stddef.h>
     39                },
     40                {
     41                        negative-guard : KERNEL,
     42                        include : <stdint.h>
    3943                }
    4044        ],
Note: See TracChangeset for help on using the changeset viewer.