Skip to content

Commit

Permalink
OMAP: dmtimer: add missing include
Browse files Browse the repository at this point in the history
After commit caf64f2 ("omap: Make a subset
of dmtimer functions into inline functions"),
arch/arm/plat-omap/include/plat/dmtimer.h is missing an include of linux/io.h
- add it.

Signed-off-by: Paul Walmsley <paul@pwsan.com>
Cc: Tony Lindgren <tony@atomide.com>
  • Loading branch information
Paul Walmsley committed Jul 10, 2011
1 parent ecba328 commit a7cd4b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/arm/plat-omap/include/plat/dmtimer.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@

#include <linux/clk.h>
#include <linux/delay.h>
#include <linux/io.h>

#ifndef __ASM_ARCH_DMTIMER_H
#define __ASM_ARCH_DMTIMER_H
Expand Down

0 comments on commit a7cd4b0

Please sign in to comment.