Commit d84fb670 authored by Felipe Balbi's avatar Felipe Balbi Committed by Tony Lindgren

ARCH: OMAP: Move board-nokia.h to hardware.h where it belongs

board-*.h are always included from hardware.h
Signed-off-by: default avatarFelipe Balbi <felipe.lima@indt.org.br>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent 41f2be24
...@@ -6,8 +6,8 @@ ...@@ -6,8 +6,8 @@
* Copyright (C) 2005 Nokia Corporation * Copyright (C) 2005 Nokia Corporation
*/ */
#ifndef _OMAP_BOARD_NOKIA_H #ifndef __ASM_ARCH_OMAP_NOKIA_H
#define _OMAP_BOARD_NOKIA_H #define __ASM_ARCH_OMAP_NOKIA_H
#include <linux/types.h> #include <linux/types.h>
......
...@@ -169,9 +169,6 @@ struct omap_version_config { ...@@ -169,9 +169,6 @@ struct omap_version_config {
char version[12]; char version[12];
}; };
#include <asm-arm/arch-omap/board-nokia.h>
struct omap_board_config_entry { struct omap_board_config_entry {
u16 tag; u16 tag;
u16 len; u16 len;
......
...@@ -319,6 +319,10 @@ ...@@ -319,6 +319,10 @@
#include "board-h4.h" #include "board-h4.h"
#endif #endif
#if defined(CONFIG_MACH_NOKIA_N800) || defined(CONFIG_MACH_NOKIA770)
#include "board-nokia.h"
#endif
#ifdef CONFIG_MACH_OMAP_2430SDP #ifdef CONFIG_MACH_OMAP_2430SDP
#include "board-2430sdp.h" #include "board-2430sdp.h"
#endif #endif
......
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