diff options
author | Alexander Beregalov <a.beregalov@gmail.com> | 2009-04-21 11:33:14 +0400 |
---|---|---|
committer | Jens Axboe <jens.axboe@oracle.com> | 2009-04-24 10:54:21 +0400 |
commit | 097102c2d04974bdfcfa16a5f3062d499842139c (patch) | |
tree | 92031feecd795fac2505ca46d87156de351b67b5 /include/linux/pktcdvd.h | |
parent | 04dc6e71a28d4815bf9431efcafc107bb0ad2792 (diff) | |
download | linux-097102c2d04974bdfcfa16a5f3062d499842139c.tar.xz |
pktcdvd.h should include mempool.h
Fix this build error:
In file included from fs/compat_ioctl.c:104:
include/linux/pktcdvd.h:285: error: expected specifier-qualifier-list before 'mempool_t'
Signed-off-by: Alexander Beregalov <a.beregalov@gmail.com>
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
Diffstat (limited to 'include/linux/pktcdvd.h')
-rw-r--r-- | include/linux/pktcdvd.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/pktcdvd.h b/include/linux/pktcdvd.h index 04b4d7330e6d..d745f5b6c7b0 100644 --- a/include/linux/pktcdvd.h +++ b/include/linux/pktcdvd.h @@ -113,6 +113,7 @@ struct pkt_ctrl_command { #include <linux/cdrom.h> #include <linux/kobject.h> #include <linux/sysfs.h> +#include <linux/mempool.h> /* default bio write queue congestion marks */ #define PKT_WRITE_CONGESTION_ON 10000 |