Commit e4aff9bf authored by Dave Jones's avatar Dave Jones Committed by Linus Torvalds

[PATCH] c99 for blkmtd

parent 23d50ddf
...@@ -287,13 +287,10 @@ static int blkmtd_readpage(mtd_raw_dev_data_t *rawdevice, struct page *page) ...@@ -287,13 +287,10 @@ static int blkmtd_readpage(mtd_raw_dev_data_t *rawdevice, struct page *page)
return 0; return 0;
} }
static struct address_space_operations blkmtd_aops = { static struct address_space_operations blkmtd_aops = {
writepage: blkmtd_writepage, .writepage = blkmtd_writepage,
readpage: NULL,
}; };
/* This is the kernel thread that empties the write queue to disk */ /* This is the kernel thread that empties the write queue to disk */
static int write_queue_task(void *data) static int write_queue_task(void *data)
{ {
......
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