diff options
| author | Alexander Viro <viro@math.psu.edu> | 2002-07-04 08:53:54 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@home.transmeta.com> | 2002-07-04 08:53:54 -0700 |
| commit | dc5d0e468b264f2c36789ffd5fe5551cd72f387d (patch) | |
| tree | b0a2833c00d8d001d6d2b731eee599165f16f6fe /include | |
| parent | b60f0c2b08ae217f78a46a641a543f0c0cc996e1 (diff) | |
[PATCH] raid kdev_t cleanups - part 3
* ->dev killed for md/linear.c (same as previous parts)
Diffstat (limited to 'include')
| -rw-r--r-- | include/linux/raid/linear.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/raid/linear.h b/include/linux/raid/linear.h index 56e7c06e1086..dfb588a60ea6 100644 --- a/include/linux/raid/linear.h +++ b/include/linux/raid/linear.h @@ -4,7 +4,6 @@ #include <linux/raid/md.h> struct dev_info { - kdev_t dev; struct block_device *bdev; unsigned long size; unsigned long offset; |
