diff options
Diffstat (limited to 'lib/fdtdec.c')
| -rw-r--r-- | lib/fdtdec.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/lib/fdtdec.c b/lib/fdtdec.c index 32f03cc82..96f3e7bcc 100644 --- a/lib/fdtdec.c +++ b/lib/fdtdec.c @@ -128,7 +128,7 @@ int fdtdec_get_is_enabled(const void *blob, int node)  	return 1;  } -enum fdt_compat_id fd_dec_lookup(const void *blob, int node) +enum fdt_compat_id fdtdec_lookup(const void *blob, int node)  {  	enum fdt_compat_id id; |