]> git.kernelconcepts.de Git - karo-tx-uboot.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)
committerLothar Waßmann <LW@KARO-electronics.de>
Thu, 10 Sep 2015 08:30:33 +0000 (10:30 +0200)
commitd8b12e5ece75df29e7842594d48b3f4acdde9a7f
treec4a8abead9d89a08bef66c290fbc97aaaaab75b1
parentee3e21f236c4277ef877b80e2f48631d79a8e8be
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