ARM: S3C24XX: Remove unused GPA, GPE, GPH bank GPIO aliases
There is now no more users of these compatibility definitions, so remove them. Signed-off-by: Sylwester Nawrocki <sylvester.nawrocki@gmail.com> Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
This commit is contained in:
parent
1eea9f1202
commit
b5fe5d7d9d
|
@ -93,26 +93,5 @@ enum s3c_gpio_number {
|
|||
#define S3C2410_GPL(_nr) (S3C2410_GPIO_L_START + (_nr))
|
||||
#define S3C2410_GPM(_nr) (S3C2410_GPIO_M_START + (_nr))
|
||||
|
||||
/* compatibility until drivers can be modified */
|
||||
|
||||
#define S3C2410_GPA0 S3C2410_GPA(0)
|
||||
#define S3C2410_GPA1 S3C2410_GPA(1)
|
||||
#define S3C2410_GPA3 S3C2410_GPA(3)
|
||||
#define S3C2410_GPA7 S3C2410_GPA(7)
|
||||
|
||||
#define S3C2410_GPE0 S3C2410_GPE(0)
|
||||
#define S3C2410_GPE1 S3C2410_GPE(1)
|
||||
#define S3C2410_GPE2 S3C2410_GPE(2)
|
||||
#define S3C2410_GPE3 S3C2410_GPE(3)
|
||||
#define S3C2410_GPE4 S3C2410_GPE(4)
|
||||
#define S3C2410_GPE5 S3C2410_GPE(5)
|
||||
#define S3C2410_GPE6 S3C2410_GPE(6)
|
||||
#define S3C2410_GPE7 S3C2410_GPE(7)
|
||||
#define S3C2410_GPE8 S3C2410_GPE(8)
|
||||
#define S3C2410_GPE9 S3C2410_GPE(9)
|
||||
#define S3C2410_GPE10 S3C2410_GPE(10)
|
||||
|
||||
#define S3C2410_GPH10 S3C2410_GPH(10)
|
||||
|
||||
#endif /* __MACH_GPIONRS_H */
|
||||
|
||||
|
|
Loading…
Reference in New Issue