diff options
Diffstat (limited to 'hw/omap_clk.c')
-rw-r--r-- | hw/omap_clk.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/omap_clk.c b/hw/omap_clk.c index c7b5c11626..80a3c50e1e 100644 --- a/hw/omap_clk.c +++ b/hw/omap_clk.c @@ -19,7 +19,7 @@ * with this program; if not, see <http://www.gnu.org/licenses/>. */ #include "hw/hw.h" -#include "hw/omap.h" +#include "hw/arm/omap.h" struct clk { const char *name; |