Commit a0bcdd25 authored by Michael Gao's avatar Michael Gao Committed by Terry.Qiu

ARM: Davinci: davincifb.h should include linux/fb.h

Signed-off-by: default avatarTerry.Qiu <tqiu@neuros.com.cn>
parent a55ac13f
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
#ifndef _DAVINCIFB_H_ #ifndef _DAVINCIFB_H_
#define _DAVINCIFB_H_ #define _DAVINCIFB_H_
#include <asm/arch/io.h> #include <linux/fb.h>
/* Base registers */ /* Base registers */
#define VPBE_REG_BASE IO_ADDRESS(0x01c72780) #define VPBE_REG_BASE IO_ADDRESS(0x01c72780)
......
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