writeback.h: needs linux/device.h
authorRandy Dunlap <randy.dunlap@oracle.com>
Mon, 19 Jul 2010 23:49:17 +0000 (16:49 -0700)
committerJens Axboe <jaxboe@fusionio.com>
Sat, 7 Aug 2010 16:26:35 +0000 (18:26 +0200)
include/trace/events/writeback.h uses dev_name(), so it needs to
include linux/device.h.

include/trace/events/writeback.h:12: error: implicit declaration of function 'dev_name'

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Jens Axboe <jaxboe@fusionio.com>

No differences found