From: Alexander Beregalov Date: Tue, 21 Apr 2009 07:33:14 +0000 (+0200) Subject: pktcdvd.h should include mempool.h X-Git-Tag: v3.0~9407^2~6 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=097102c2d04974bdfcfa16a5f3062d499842139c;p=platform%2Fkernel%2Flinux-amlogic.git 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 Signed-off-by: Jens Axboe --- diff --git a/include/linux/pktcdvd.h b/include/linux/pktcdvd.h index 04b4d73..d745f5b 100644 --- a/include/linux/pktcdvd.h +++ b/include/linux/pktcdvd.h @@ -113,6 +113,7 @@ struct pkt_ctrl_command { #include #include #include +#include /* default bio write queue congestion marks */ #define PKT_WRITE_CONGESTION_ON 10000