commit | c034b184597d93ad7749aca3e8bd1c2105104f07 | [log] [tgz] |
---|---|---|
author | Tushar Behera <tushar.behera@linaro.org> | Wed Oct 05 08:55:49 2011 +0900 |
committer | Kukjin Kim <kgene.kim@samsung.com> | Wed Oct 12 21:20:13 2011 +0900 |
tree | 2e8678e74eada9690eb882b7a6cad7f85f4f483d | |
parent | b82cee243633fbb734de704e38f57c771d7afd73 [diff] |
gpio/samsung: Move SoC specific codes within macro In drivers/gpio/gpio-samsung.c, there are certain structures and functions which are not getting used if the particular CPU is not selected. These code segments are moved under CPU specific macros to remove compilation warnings. Signed-off-by: Tushar Behera <tushar.behera@linaro.org> Acked-by: Grant Likely <grant.likely@secretlab.ca> Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>