Skip to content

Commit 463675f

Browse files
H Hartley Sweetengregkh
H Hartley Sweeten
authored andcommitted
drivers/video/ep93xx-fb.c: include <linux/io.h> for devm_ioremap()
commit e66b058 upstream. Commit be86781 ("drivers/video/ep93xx-fb.c: use devm_ functions") introduced a build error: drivers/video/ep93xx-fb.c: In function 'ep93xxfb_probe': drivers/video/ep93xx-fb.c:532: error: implicit declaration of function 'devm_ioremap' drivers/video/ep93xx-fb.c:533: warning: assignment makes pointer from integer without a cast Include <linux/io.h> to pickup the declaration of 'devm_ioremap'. Signed-off-by: H Hartley Sweeten <[email protected]> Cc: Florian Tobias Schandinat <[email protected]> Acked-by: Ryan Mallon <[email protected]> Cc: Damien Cassou <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 75252a3 commit 463675f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/video/ep93xx-fb.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
#include <linux/slab.h>
2424
#include <linux/clk.h>
2525
#include <linux/fb.h>
26+
#include <linux/io.h>
2627

2728
#include <linux/platform_data/video-ep93xx.h>
2829

0 commit comments

Comments
 (0)