Skip to content

Commit

Permalink
sh: clean up Migo-R header file
Browse files Browse the repository at this point in the history
This patch moves the Migo-R specific header file from
mach-common/ into mach-migor/ and removes unused cruft.

Signed-off-by: Magnus Damm <damm@igel.co.jp>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
  • Loading branch information
Magnus Damm authored and Paul Mundt committed Aug 6, 2009
1 parent 2d2bcd3 commit b4a7573
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 64 deletions.
64 changes: 0 additions & 64 deletions arch/sh/include/mach-common/mach/migor.h

This file was deleted.

14 changes: 14 additions & 0 deletions arch/sh/include/mach-migor/mach/migor.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
#ifndef __ASM_SH_MIGOR_H
#define __ASM_SH_MIGOR_H

#define PORT_MSELCRB 0xa4050182
#define BSC_CS4BCR 0xfec10010
#define BSC_CS6ABCR 0xfec1001c
#define BSC_CS4WCR 0xfec10030

#include <video/sh_mobile_lcdc.h>

int migor_lcd_qvga_setup(void *board_data, void *sys_ops_handle,
struct sh_mobile_lcdc_sys_bus_ops *sys_ops);

#endif /* __ASM_SH_MIGOR_H */

0 comments on commit b4a7573

Please sign in to comment.