mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-05-05 04:36:13 +02:00
rockchip: evk_rk3308: Cleanup headers
There is no user of 'gd', so drop the usage of DECLARE_GLOBAL_DATA_PTR and the including of 'asm/global_data.h'. Also include correct headers to avoid build error. Signed-off-by: Peng Fan <peng.fan@nxp.com>
This commit is contained in:
parent
f025f9de60
commit
90d7b4c8a5
@ -4,9 +4,8 @@
|
||||
*/
|
||||
|
||||
#include <adc.h>
|
||||
#include <asm/global_data.h>
|
||||
|
||||
DECLARE_GLOBAL_DATA_PTR;
|
||||
#include <stdio.h>
|
||||
#include <linux/kernel.h>
|
||||
|
||||
#define KEY_DOWN_MIN_VAL 0
|
||||
#define KEY_DOWN_MAX_VAL 30
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user