Commit 249087e6 authored by Stephen Rothwell's avatar Stephen Rothwell Committed by Nathan Scott

[PATCH] small iSeries cleanup

This got missed in my cleanup if iSeries_vio_dev.
parent 52d820cb
...@@ -38,7 +38,6 @@ ...@@ -38,7 +38,6 @@
#include <linux/errno.h> #include <linux/errno.h>
#include <linux/init.h> #include <linux/init.h>
#include <linux/string.h> #include <linux/string.h>
#include <linux/device.h>
#include <linux/dma-mapping.h> #include <linux/dma-mapping.h>
#include <linux/completion.h> #include <linux/completion.h>
...@@ -77,8 +76,6 @@ static spinlock_t viodasd_spinlock = SPIN_LOCK_UNLOCKED; ...@@ -77,8 +76,6 @@ static spinlock_t viodasd_spinlock = SPIN_LOCK_UNLOCKED;
#define DEVICE_NO(cell) ((struct viodasd_device *)(cell) - &viodasd_devices[0]) #define DEVICE_NO(cell) ((struct viodasd_device *)(cell) - &viodasd_devices[0])
extern struct device *iSeries_vio_dev;
struct open_data { struct open_data {
u64 disk_size; u64 disk_size;
u16 max_disk; u16 max_disk;
......
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