summaryrefslogtreecommitdiffstats
path: root/include/sys/Makefile.am
diff options
context:
space:
mode:
authorBrian Behlendorf <[email protected]>2011-02-22 12:15:13 -0800
committerBrian Behlendorf <[email protected]>2011-02-23 12:29:38 -0800
commit61e909608d15dc6900a710a0ceab6e101a68ac5a (patch)
tree0786db6d6de1bd8d2fe39f7c2039007b72203351 /include/sys/Makefile.am
parent075cf6cb72a460d884c29085413c3ea16a62d32d (diff)
Linux 2.6.x compat, blkdev_compat.h
For legacy reasons the zvol.c and vdev_disk.c Linux compatibility code ended up in sys/blkdev.h and sys/vdev_disk.h headers. While there are worse places for this code to live it should be in a linux/blkdev_compat.h header. This change moves this block device Linux compatibility code in to the linux/blkdev_compat.h header and updates all the correct #include locations. This is not a functional change or bug fix, it is just code cleanup.
Diffstat (limited to 'include/sys/Makefile.am')
-rw-r--r--include/sys/Makefile.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/sys/Makefile.am b/include/sys/Makefile.am
index bde71b75e..7b95d8e91 100644
--- a/include/sys/Makefile.am
+++ b/include/sys/Makefile.am
@@ -72,7 +72,6 @@ COMMON_H = \
$(top_srcdir)/include/sys/zrlock.h
KERNEL_H = \
- $(top_srcdir)/include/sys/blkdev.h \
$(top_srcdir)/include/sys/zfs_ioctl.h \
$(top_srcdir)/include/sys/zfs_onexit.h \
${top_srcdir}/include/sys/zpl.h \