Skip to content

Commit

Permalink
ARM: EXYNOS4: Remove useless codes on NURI board
Browse files Browse the repository at this point in the history
The 'nuri_cm_devices' is defined but not used.

Cc: Kyungmin Park <[email protected]>
Signed-off-by: Kukjin Kim <[email protected]>
  • Loading branch information
kgene committed Oct 12, 2011
1 parent f0e38e3 commit ad98aae
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions arch/arm/mach-exynos4/mach-nuri.c
Original file line number Diff line number Diff line change
Expand Up @@ -1066,13 +1066,6 @@ static struct platform_device nuri_max8903_device = {
},
};

static struct device *nuri_cm_devices[] = {
&s3c_device_i2c5.dev,
&s3c_device_adc.dev,
NULL, /* Reserved for UART */
NULL,
};

static void __init nuri_power_init(void)
{
int gpio;
Expand Down

0 comments on commit ad98aae

Please sign in to comment.