Skip to content

Commit

Permalink
ARM: EXYNOS4: Add header file protection macros
Browse files Browse the repository at this point in the history
This patch adds header file protection macros to prevent duplication.

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
  • Loading branch information
Sachin Kamat authored and Kukjin Kim committed Oct 4, 2011
1 parent 9830f6a commit 2543bf0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions arch/arm/mach-exynos4/include/mach/pm-core.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*/

#ifndef __ASM_ARCH_PM_CORE_H
#define __ASM_ARCH_PM_CORE_H __FILE__

#include <mach/regs-pmu.h>

static inline void s3c_pm_debug_init_uart(void)
Expand Down Expand Up @@ -57,3 +61,5 @@ static inline void samsung_pm_saved_gpios(void)
{
/* nothing here yet */
}

#endif /* __ASM_ARCH_PM_CORE_H */

0 comments on commit 2543bf0

Please sign in to comment.