Skip to content

Commit

Permalink
ARM: S3C24XX: remove idle.h
Browse files Browse the repository at this point in the history
The <mach/idle.h> is no longer used.

Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
  • Loading branch information
Kukjin Kim committed Jan 10, 2013
1 parent fd4e5a5 commit 2a8394f
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 29 deletions.
24 changes: 0 additions & 24 deletions arch/arm/mach-s3c24xx/include/mach/idle.h

This file was deleted.

1 change: 0 additions & 1 deletion arch/arm/mach-s3c24xx/mach-smdk2413.c
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
#include <mach/regs-gpio.h>
#include <mach/regs-lcd.h>

#include <mach/idle.h>
#include <linux/platform_data/usb-s3c2410_udc.h>
#include <linux/platform_data/i2c-s3c2410.h>
#include <mach/fb.h>
Expand Down
1 change: 0 additions & 1 deletion arch/arm/mach-s3c24xx/mach-smdk2416.c
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@
#include <mach/regs-lcd.h>
#include <mach/regs-s3c2443-clock.h>

#include <mach/idle.h>
#include <linux/platform_data/leds-s3c24xx.h>
#include <linux/platform_data/i2c-s3c2410.h>

Expand Down
1 change: 0 additions & 1 deletion arch/arm/mach-s3c24xx/mach-smdk2440.c
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
#include <mach/regs-gpio.h>
#include <mach/regs-lcd.h>

#include <mach/idle.h>
#include <mach/fb.h>
#include <linux/platform_data/i2c-s3c2410.h>

Expand Down
1 change: 0 additions & 1 deletion arch/arm/mach-s3c24xx/mach-smdk2443.c
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
#include <mach/regs-gpio.h>
#include <mach/regs-lcd.h>

#include <mach/idle.h>
#include <mach/fb.h>
#include <linux/platform_data/i2c-s3c2410.h>

Expand Down
1 change: 0 additions & 1 deletion arch/arm/mach-s3c24xx/mach-vstms.c
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
#include <mach/regs-gpio.h>
#include <mach/regs-lcd.h>

#include <mach/idle.h>
#include <mach/fb.h>

#include <linux/platform_data/i2c-s3c2410.h>
Expand Down

0 comments on commit 2a8394f

Please sign in to comment.