debug_card_init() function resides in the plat/board.h file. Move it to a separate header file under plat/ so the board.h file can be removed. Signed-off-by: Igor Grinberg <grinberg@compulab.co.il> Signed-off-by: Tony Lindgren <tony@atomide.com>
14 lines
255 B
C
14 lines
255 B
C
/*
|
|
* arch/arm/plat-omap/include/mach/board.h
|
|
*
|
|
* Information structures for board-specific data
|
|
*
|
|
* Copyright (C) 2004 Nokia Corporation
|
|
* Written by Juha Yrjölä <juha.yrjola@nokia.com>
|
|
*/
|
|
|
|
#ifndef _OMAP_BOARD_H
|
|
#define _OMAP_BOARD_H
|
|
|
|
#endif
|