nds32: Remove include files from common.h

With a few tweaks we can avoid including these files, which are only
needed by two C files.

Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
Simon Glass
2017-05-17 08:22:57 -06:00
committed by Tom Rini
parent 3ff240c92f
commit 3a53e99c7d
3 changed files with 3 additions and 5 deletions

View File

@@ -11,6 +11,8 @@
#include <netdev.h>
#endif
#include <linux/io.h>
#include <asm/io.h>
#include <asm/mach-types.h>
#include <faraday/ftsdc010.h>
#include <faraday/ftsmc020.h>