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

Input: keypad-ep93xx - cleanup header file

Commit a3b2924547a7 ("ARM: ep93xx: 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: Dmitry Torokhov <dmitry.torokhov@gmail.com>

authored by

Sachin Kamat and committed by
Dmitry Torokhov
4e353edf eb735d3b

+3 -7
+3 -7
include/linux/platform_data/keypad-ep93xx.h
··· 1 - /* 2 - * arch/arm/mach-ep93xx/include/mach/ep93xx_keypad.h 3 - */ 4 - 5 - #ifndef __ASM_ARCH_EP93XX_KEYPAD_H 6 - #define __ASM_ARCH_EP93XX_KEYPAD_H 1 + #ifndef __KEYPAD_EP93XX_H 2 + #define __KEYPAD_EP93XX_H 7 3 8 4 struct matrix_keymap_data; 9 5 ··· 28 32 #define EP93XX_MATRIX_ROWS (8) 29 33 #define EP93XX_MATRIX_COLS (8) 30 34 31 - #endif /* __ASM_ARCH_EP93XX_KEYPAD_H */ 35 + #endif /* __KEYPAD_EP93XX_H */