Commit 51145aa4 authored by Alessandro Rubini's avatar Alessandro Rubini

trivial: svec.h: remove unused cdev

Signed-off-by: Alessandro Rubini's avatarAlessandro Rubini <rubini@gnudd.com>
parent edd00cdf
......@@ -10,7 +10,6 @@
#ifndef __SVEC_H__
#define __SVEC_H__
#include <linux/cdev.h>
#include <linux/firmware.h>
#include <linux/fmc.h>
#include <vmebus.h>
......@@ -43,7 +42,6 @@ struct svec_dev {
char *fw_name;
struct device *dev;
struct cdev cdev;
char driver[16];
char description[80];
......
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