Commit 2ac1dfc5 authored by Sachin Kamat's avatar Sachin Kamat Committed by Guenter Roeck

hwmon: (s3c) Trivial cleanup in hwmon-s3c.h

Commit 436d42c6 ("ARM: samsung: move platform_data definitions")
moved the file to the current location but forgot to remove the pointer
to its previous location. Clean it up. While at it also change the header
file protection macros appropriately.
Signed-off-by: default avatarSachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: default avatarGuenter Roeck <linux@roeck-us.net>
parent bf6ea084
/* linux/arch/arm/plat-s3c/include/plat/hwmon.h /*
*
* Copyright 2005 Simtec Electronics * Copyright 2005 Simtec Electronics
* Ben Dooks <ben@simtec.co.uk> * Ben Dooks <ben@simtec.co.uk>
* http://armlinux.simtec.co.uk/ * http://armlinux.simtec.co.uk/
...@@ -11,8 +10,8 @@ ...@@ -11,8 +10,8 @@
* published by the Free Software Foundation. * published by the Free Software Foundation.
*/ */
#ifndef __ASM_ARCH_ADC_HWMON_H #ifndef __HWMON_S3C_H__
#define __ASM_ARCH_ADC_HWMON_H __FILE__ #define __HWMON_S3C_H__
/** /**
* s3c_hwmon_chcfg - channel configuration * s3c_hwmon_chcfg - channel configuration
...@@ -47,5 +46,4 @@ struct s3c_hwmon_pdata { ...@@ -47,5 +46,4 @@ struct s3c_hwmon_pdata {
*/ */
extern void __init s3c_hwmon_set_platdata(struct s3c_hwmon_pdata *pd); extern void __init s3c_hwmon_set_platdata(struct s3c_hwmon_pdata *pd);
#endif /* __ASM_ARCH_ADC_HWMON_H */ #endif /* __HWMON_S3C_H__ */
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment