Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 138473
b: refs/heads/master
c: 812d904
h: refs/heads/master
i:
  138471: 3c3e3b6
v: v3
  • Loading branch information
Kumar Gala authored and Benjamin Herrenschmidt committed Feb 22, 2009
1 parent a74ade2 commit c4701fa
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 6 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: f81786913aa0ca27a3230f30d099e9613d0d7973
refs/heads/master: 812d904e3975450cbf96aea5c1fec4d0a176ab50
2 changes: 1 addition & 1 deletion trunk/arch/powerpc/include/asm/bootx.h
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
3 changes: 2 additions & 1 deletion trunk/arch/powerpc/include/asm/elf.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
#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>
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/powerpc/include/asm/kvm.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
1 change: 1 addition & 0 deletions trunk/arch/powerpc/include/asm/ps3fb.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
#define _ASM_POWERPC_PS3FB_H_

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

/* ioctl */
#define PS3FB_IOCTL_SETMODE _IOW('r', 1, int) /* set video mode */
Expand Down
3 changes: 2 additions & 1 deletion trunk/arch/powerpc/include/asm/spu_info.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/powerpc/include/asm/swab.h
Original file line number Diff line number Diff line change
Expand Up @@ -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__
Expand Down

0 comments on commit c4701fa

Please sign in to comment.