diff options
author | Ben Dooks <ben-linux@fluff.org> | 2010-05-19 18:04:05 +0900 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2010-05-19 18:04:05 +0900 |
commit | f447ea4b1c90fe94f0627d7a6655a402100f8ca5 (patch) | |
tree | 980d128c2c68c8c5cd949ae082b11a4540194b95 /arch/arm/plat-s3c24xx | |
parent | c733a7179cacdf77be9c1eeef02d6e0833919d89 (diff) | |
parent | 6cd82ffe0cd3836b32b29bd1436e5fd551957d54 (diff) |
ARM: Merge for-2635/samsung-hwmon
Merge branch 'for-2635/samsung-hwmon' into for-linus/samsung2
Diffstat (limited to 'arch/arm/plat-s3c24xx')
-rw-r--r-- | arch/arm/plat-s3c24xx/devs.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/arch/arm/plat-s3c24xx/devs.c b/arch/arm/plat-s3c24xx/devs.c index b9565c1eb410..cd5b41d0b5a4 100644 --- a/arch/arm/plat-s3c24xx/devs.c +++ b/arch/arm/plat-s3c24xx/devs.c @@ -343,14 +343,6 @@ struct platform_device s3c_device_adc = { .resource = s3c_adc_resource, }; -/* HWMON */ - -struct platform_device s3c_device_hwmon = { - .name = "s3c-hwmon", - .id = -1, - .dev.parent = &s3c_device_adc.dev, -}; - /* SDI */ static struct resource s3c_sdi_resource[] = { |