mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-07 15:18:15 +00:00
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>
This commit is contained in:
parent
04dc6e71a2
commit
097102c2d0
1 changed files with 1 additions and 0 deletions
|
@ -113,6 +113,7 @@ struct pkt_ctrl_command {
|
||||||
#include <linux/cdrom.h>
|
#include <linux/cdrom.h>
|
||||||
#include <linux/kobject.h>
|
#include <linux/kobject.h>
|
||||||
#include <linux/sysfs.h>
|
#include <linux/sysfs.h>
|
||||||
|
#include <linux/mempool.h>
|
||||||
|
|
||||||
/* default bio write queue congestion marks */
|
/* default bio write queue congestion marks */
|
||||||
#define PKT_WRITE_CONGESTION_ON 10000
|
#define PKT_WRITE_CONGESTION_ON 10000
|
||||||
|
|
Loading…
Add table
Reference in a new issue