]> git.ipfire.org Git - people/ms/u-boot.git/commit
net: e1000: Move #include of common.h to the C files
authorSimon Glass <sjg@chromium.org>
Wed, 19 Aug 2015 15:33:38 +0000 (09:33 -0600)
committerJoe Hershberger <joe.hershberger@ni.com>
Fri, 21 Aug 2015 21:32:32 +0000 (16:32 -0500)
commitc752cd2a30517c3a8c0742d807ce5053b747baa8
treef3e75eac62d92abfa1a0afa85f23ab8a6e719135
parent19a4fbaaddd6542b46120d786bc375aee1b9e257
net: e1000: Move #include of common.h to the C files

We cannot currently include any header files in the C files since common.h
needs to be included first, and it is in the header file. Move it.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Acked-by: Joe Hershberger <joe.hershberger@ni.com>
Tested-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Tested-on: Apalis T30 2GB on Apalis Evaluation Board
drivers/net/e1000.c
drivers/net/e1000.h
drivers/net/e1000_spi.c