Commit 31efb48d authored by Jens Axboe's avatar Jens Axboe Committed by Russell King

[PATCH] remove PRD_SEGMENTS

PRD_SEGMENTS was a leftover from struct ata_request an its per-command
sg tables.
parent f015724e
......@@ -140,7 +140,6 @@ typedef unsigned char byte; /* used everywhere */
*/
#define PRD_BYTES 8
#define PRD_ENTRIES (PAGE_SIZE / (2 * PRD_BYTES))
#define PRD_SEGMENTS 32
/*
* Some more useful definitions
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment