9
0
Fork 0

atmel_lcdfb: fix warning: implicit declaration of function 'clk_get_rate'

Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Jean-Christophe PLAGNIOL-VILLARD 2013-02-03 11:09:22 +01:00 committed by Sascha Hauer
parent b9b70868b7
commit 241acd7f08
1 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@
#include <mach/cpu.h>
#include <errno.h>
#include <asm/mmu.h>
#include <linux/clk.h>
#include "atmel_lcdfb.h"