Commit 8ee3e199 authored by Alessandro Rubini's avatar Alessandro Rubini

kernel: don't include spec.h where it is not needed

Signed-off-by: Alessandro Rubini's avatarAlessandro Rubini <rubini@gnudd.com>
parent 9c7707d8
......@@ -13,7 +13,6 @@
#include <linux/firmware.h>
#include <linux/fmc.h>
#include <linux/fmc-sdb.h>
#include "spec.h"
#include "spec-nic.h"
#include "wr_nic/wr-nic.h"
......
......@@ -10,9 +10,9 @@
#include <linux/module.h>
#include <linux/fmc.h>
#include <linux/fmc-sdb.h>
#include "spec.h"
#include "spec-nic.h"
#include "wr_nic/wr-nic.h"
#include "wr-dio.h"
int wrn_mezzanine_ioctl(struct net_device *dev, struct ifreq *rq,
int cmd)
......
......@@ -12,7 +12,6 @@
#include <linux/slab.h>
#include <linux/gpio.h>
#include <linux/fmc.h>
#include "spec.h"
#include "spec-nic.h"
static inline struct fmc_device *gc_to_fmc(struct gpio_chip *gc)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment