Skip to content

Commit

Permalink
ARM: includecheck fix: plat-s3c64xx/pm.c
Browse files Browse the repository at this point in the history
fix the following 'make includecheck' warning:

  arch/arm/plat-s3c64xx/pm.c: plat/regs-gpio.h is included more than once.

Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@gmail.com>
Acked-by: Ben Dooks <ben-linux@fluff.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
  • Loading branch information
Jaswinder Singh Rajput authored and Russell King committed Jul 25, 2009
1 parent efda2b4 commit 2e6e2c1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions arch/arm/plat-s3c64xx/pm.c
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,6 @@ void s3c_pm_save_core(void)
* this.
*/

#include <plat/regs-gpio.h>

static void s3c64xx_cpu_suspend(void)
{
unsigned long tmp;
Expand Down

0 comments on commit 2e6e2c1

Please sign in to comment.