diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2016-10-08 13:25:30 +0900 |
---|---|---|
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2016-10-10 10:03:23 +0900 |
commit | d9f5d99245a32d95ae6aeb89a4ed258f7d1cea97 (patch) | |
tree | d3a80ed48c93000df21abb2453cdcfdcad33e87e /drivers/reset | |
parent | 66e3efebbcfe2627154d81d6a3c172b337396daf (diff) | |
download | u-boot-imx-d9f5d99245a32d95ae6aeb89a4ed258f7d1cea97.zip u-boot-imx-d9f5d99245a32d95ae6aeb89a4ed258f7d1cea97.tar.gz u-boot-imx-d9f5d99245a32d95ae6aeb89a4ed258f7d1cea97.tar.bz2 |
reset: declare fdtdec_phandle_args as struct to fix warning
The of_xlate() callback needs to know fdtdec_phandle_args is struct.
Otherwise, the following warning is displayed.
include/reset-uclass.h:40:11: warning: 'struct fdtdec_phandle_args'
declared inside parameter list
struct fdtdec_phandle_args *args);
^
include/reset-uclass.h:40:11: warning: its scope is only this
definition or declaration, which is probably not what you want
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'drivers/reset')
0 files changed, 0 insertions, 0 deletions