/* * linux/arch/arm/mach-omap2/board-rx51-flash.c * * Copyright (C) 2008 Nokia * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. */ #include #include #include extern void __init n800_flash_init(void); void __init rx51_flash_init(void) { n800_flash_init(); }