Skip to content
Snippets Groups Projects
Commit 2fd2489b authored by Michal Simek's avatar Michal Simek
Browse files

net: zynq: Fix sparse warnings in gem


Add missing header.

Warnings:
drivers/net/zynq_gem.c:491:5: warning: symbol 'zynq_gem_initialize' was not declared. Should it be static?
drivers/net/zynq_gem.c:542:5: warning: symbol 'zynq_gem_of_init' was not declared. Should it be static?

Signed-off-by: default avatarMichal Simek <michal.simek@xilinx.com>
parent c1a9fa4b
No related branches found
No related tags found
No related merge requests found
...@@ -11,6 +11,7 @@ ...@@ -11,6 +11,7 @@
#include <common.h> #include <common.h>
#include <net.h> #include <net.h>
#include <netdev.h>
#include <config.h> #include <config.h>
#include <fdtdec.h> #include <fdtdec.h>
#include <libfdt.h> #include <libfdt.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment