Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5e773fdc authored by Joe Perches's avatar Joe Perches Committed by David S. Miller
Browse files

pch_gbe: Move #include of module.h



The first #include must be pch_gbe.h as it
does a #define of pr_fmt.

Signed-off-by: default avatarJoe Perches <joe@perches.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent eb2afd4a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -18,8 +18,8 @@
 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307, USA.
 */

#include <linux/module.h>	/* for __MODULE_STRING */
#include "pch_gbe.h"
#include <linux/module.h>	/* for __MODULE_STRING */

#define OPTION_UNSET   -1
#define OPTION_DISABLED 0