Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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

Commit 436d42c61c3e ("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: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>

authored by

Sachin Kamat and committed by
Guenter Roeck
2ac1dfc5 bf6ea084

+4 -6
+4 -6
include/linux/platform_data/hwmon-s3c.h
··· 1 - /* linux/arch/arm/plat-s3c/include/plat/hwmon.h 2 - * 1 + /* 3 2 * Copyright 2005 Simtec Electronics 4 3 * Ben Dooks <ben@simtec.co.uk> 5 4 * http://armlinux.simtec.co.uk/ ··· 10 11 * published by the Free Software Foundation. 11 12 */ 12 13 13 - #ifndef __ASM_ARCH_ADC_HWMON_H 14 - #define __ASM_ARCH_ADC_HWMON_H __FILE__ 14 + #ifndef __HWMON_S3C_H__ 15 + #define __HWMON_S3C_H__ 15 16 16 17 /** 17 18 * s3c_hwmon_chcfg - channel configuration ··· 46 47 */ 47 48 extern void __init s3c_hwmon_set_platdata(struct s3c_hwmon_pdata *pd); 48 49 49 - #endif /* __ASM_ARCH_ADC_HWMON_H */ 50 - 50 + #endif /* __HWMON_S3C_H__ */