Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 129700
b: refs/heads/master
c: 00bfdda
h: refs/heads/master
v: v3
  • Loading branch information
Jaswinder Singh Rajput authored and Linus Torvalds committed Jan 16, 2009
1 parent 6ac2533 commit e562d63
Show file tree
Hide file tree
Showing 16 changed files with 14 additions and 17 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 068b38c1fa7a9210608f27ac521897ccc5f9b726
refs/heads/master: 00bfddaf7f68a6551319b536f052040c370756b0
1 change: 0 additions & 1 deletion trunk/include/linux/agpgart.h
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@

#ifndef __KERNEL__
#include <linux/types.h>
#include <asm/types.h>

struct agp_version {
__u16 major;
Expand Down
2 changes: 1 addition & 1 deletion trunk/include/linux/atm_idt77105.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#ifndef LINUX_ATM_IDT77105_H
#define LINUX_ATM_IDT77105_H

#include <asm/types.h>
#include <linux/types.h>
#include <linux/atmioc.h>
#include <linux/atmdev.h>

Expand Down
2 changes: 1 addition & 1 deletion trunk/include/linux/capi.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
#ifndef __LINUX_CAPI_H__
#define __LINUX_CAPI_H__

#include <asm/types.h>
#include <linux/types.h>
#include <linux/ioctl.h>
#ifndef __KERNEL__
#include <linux/kernelcapi.h>
Expand Down
2 changes: 1 addition & 1 deletion trunk/include/linux/connector.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
#ifndef __CONNECTOR_H
#define __CONNECTOR_H

#include <asm/types.h>
#include <linux/types.h>

#define CN_IDX_CONNECTOR 0xffffffff
#define CN_VAL_CONNECTOR 0xffffffff
Expand Down
2 changes: 0 additions & 2 deletions trunk/include/linux/cyclades.h
Original file line number Diff line number Diff line change
Expand Up @@ -150,8 +150,6 @@ struct CYZ_BOOT_CTRL {
* architectures and compilers.
*/

#include <asm/types.h>

typedef __u64 ucdouble; /* 64 bits, unsigned */
typedef __u32 uclong; /* 32 bits, unsigned */
typedef __u16 ucshort; /* 16 bits, unsigned */
Expand Down
2 changes: 1 addition & 1 deletion trunk/include/linux/fb.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#ifndef _LINUX_FB_H
#define _LINUX_FB_H

#include <asm/types.h>
#include <linux/types.h>
#include <linux/i2c.h>

struct dentry;
Expand Down
2 changes: 1 addition & 1 deletion trunk/include/linux/if_pppol2tp.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#ifndef __LINUX_IF_PPPOL2TP_H
#define __LINUX_IF_PPPOL2TP_H

#include <asm/types.h>
#include <linux/types.h>

#ifdef __KERNEL__
#include <linux/in.h>
Expand Down
2 changes: 1 addition & 1 deletion trunk/include/linux/if_pppox.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#define __LINUX_IF_PPPOX_H


#include <asm/types.h>
#include <linux/types.h>
#include <asm/byteorder.h>

#ifdef __KERNEL__
Expand Down
2 changes: 1 addition & 1 deletion trunk/include/linux/input.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
#include <sys/time.h>
#include <sys/ioctl.h>
#include <sys/types.h>
#include <asm/types.h>
#include <linux/types.h>
#endif

/*
Expand Down
2 changes: 1 addition & 1 deletion trunk/include/linux/joystick.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
* Vojtech Pavlik, Ucitelska 1576, Prague 8, 182 00 Czech Republic
*/

#include <asm/types.h>
#include <linux/types.h>
#include <linux/input.h>

/*
Expand Down
2 changes: 1 addition & 1 deletion trunk/include/linux/kvm.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* Note: you must update KVM_API_VERSION if you change this interface.
*/

#include <asm/types.h>
#include <linux/types.h>
#include <linux/compiler.h>
#include <linux/ioctl.h>
#include <asm/kvm.h>
Expand Down
2 changes: 1 addition & 1 deletion trunk/include/linux/loop.h
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ enum {
};

#include <asm/posix_types.h> /* for __kernel_old_dev_t */
#include <asm/types.h> /* for __u64 */
#include <linux/types.h> /* for __u64 */

/* Backwards compatibility version */
struct loop_info {
Expand Down
2 changes: 1 addition & 1 deletion trunk/include/linux/matroxfb.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#define __LINUX_MATROXFB_H__

#include <asm/ioctl.h>
#include <asm/types.h>
#include <linux/types.h>
#include <linux/videodev2.h>

struct matroxioc_output_mode {
Expand Down
2 changes: 1 addition & 1 deletion trunk/include/linux/phantom.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#ifndef __PHANTOM_H
#define __PHANTOM_H

#include <asm/types.h>
#include <linux/types.h>

/* PHN_(G/S)ET_REG param */
struct phm_reg {
Expand Down
2 changes: 1 addition & 1 deletion trunk/include/linux/radeonfb.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#define __LINUX_RADEONFB_H__

#include <asm/ioctl.h>
#include <asm/types.h>
#include <linux/types.h>

#define ATY_RADEON_LCD_ON 0x00000001
#define ATY_RADEON_CRT_ON 0x00000002
Expand Down

0 comments on commit e562d63

Please sign in to comment.