Commit b0001d0d authored by Alessandro Rubini's avatar Alessandro Rubini

trivial: svec-drv.c: remove unused fops

Signed-off-by: Alessandro Rubini's avatarAlessandro Rubini <rubini@gnudd.com>
parent 8579e8f9
......@@ -46,10 +46,6 @@ MODULE_PARM_DESC(vector, "IRQ vector");
module_param_array(lun, int, &lun_num, S_IRUGO);
MODULE_PARM_DESC(lun, "Index value for SVEC card");
static const struct file_operations svec_fops = {
.owner = THIS_MODULE,
};
int svec_map_window(struct svec_dev *svec, enum svec_map_win map_type)
{
struct device *dev = svec->dev;
......
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