aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@g5.osdl.org>2006-06-12 13:45:41 -0700
committerLinus Torvalds <torvalds@g5.osdl.org>2006-06-12 13:45:41 -0700
commit37b0d1dedcedf555e2940bc7702c11e2b572299f (patch)
treece0b69ccd8f147d5eb7c4d75d45dbb67b4a4ff0a /include
parent[sky2] Fix sky2 network driver suspend/resume (diff)
parent[ARM] Fix Integrator and Versatile interrupt initialisation (diff)
downloadlinux-dev-37b0d1dedcedf555e2940bc7702c11e2b572299f.tar.xz
linux-dev-37b0d1dedcedf555e2940bc7702c11e2b572299f.zip
Merge master.kernel.org:/home/rmk/linux-2.6-arm
* master.kernel.org:/home/rmk/linux-2.6-arm: [ARM] Fix Integrator and Versatile interrupt initialisation [ARM] 3546/1: PATCH: subtle lost interrupts bug on i.MX [ARM] 3547/1: PXA-OHCI: Allow platforms to specify a power budget [ARM] Fix Neponset IRQ handling
Diffstat (limited to 'include')
-rw-r--r--include/asm-arm/arch-pxa/ohci.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-arm/arch-pxa/ohci.h b/include/asm-arm/arch-pxa/ohci.h
index 7da89569061e..e848a47128cd 100644
--- a/include/asm-arm/arch-pxa/ohci.h
+++ b/include/asm-arm/arch-pxa/ohci.h
@@ -11,6 +11,8 @@ struct pxaohci_platform_data {
#define PMM_NPS_MODE 1
#define PMM_GLOBAL_MODE 2
#define PMM_PERPORT_MODE 3
+
+ int power_budget;
};
extern void pxa_set_ohci_info(struct pxaohci_platform_data *info);