Skip to content

Commit

Permalink
[ARM] 3235/1: SharpSL PM: Fix a gcc4 build error
Browse files Browse the repository at this point in the history
Patch from Richard Purdie

Fix a gcc4 build error (incomplete element type) in the pxa SharpSL
PM code.

Signed-off-by: Richard Purdie <rpurdie@rpsys.net>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
  • Loading branch information
Richard Purdie authored and Russell King committed Jan 7, 2006
1 parent f99c892 commit 2c041f4
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion arch/arm/mach-pxa/corgi_pm.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
#include <asm/mach-types.h>
#include <asm/hardware.h>
#include <asm/hardware/scoop.h>
#include <asm/hardware/sharpsl_pm.h>

#include <asm/arch/sharpsl.h>
#include <asm/arch/corgi.h>
Expand Down
1 change: 1 addition & 0 deletions arch/arm/mach-pxa/sharpsl.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
*
*/

#include <asm/hardware/sharpsl_pm.h>

/*
* SharpSL SSP Driver
Expand Down
1 change: 0 additions & 1 deletion arch/arm/mach-pxa/sharpsl_pm.c
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
#include <asm/arch/pm.h>
#include <asm/arch/pxa-regs.h>
#include <asm/arch/sharpsl.h>
#include <asm/hardware/sharpsl_pm.h>
#include "sharpsl.h"

struct battery_thresh spitz_battery_levels_acin[] = {
Expand Down
1 change: 0 additions & 1 deletion arch/arm/mach-pxa/spitz_pm.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
#include <asm/mach-types.h>
#include <asm/hardware.h>
#include <asm/hardware/scoop.h>
#include <asm/hardware/sharpsl_pm.h>

#include <asm/arch/sharpsl.h>
#include <asm/arch/spitz.h>
Expand Down

0 comments on commit 2c041f4

Please sign in to comment.