2007-02-16 14:36:55 +00:00
|
|
|
/*
|
|
|
|
* arch/arm/mach-ns9xxx/generic.c
|
|
|
|
*
|
2008-02-15 07:41:06 +00:00
|
|
|
* Copyright (C) 2006,2007 by Digi International Inc.
|
2007-02-16 14:36:55 +00:00
|
|
|
* All rights reserved.
|
|
|
|
*
|
|
|
|
* 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 <linux/kernel.h>
|
|
|
|
#include <linux/init.h>
|
|
|
|
#include <asm/memory.h>
|
|
|
|
|
2007-07-17 21:34:28 +00:00
|
|
|
#include "generic.h"
|
|
|
|
|
2007-02-16 14:36:55 +00:00
|
|
|
void __init ns9xxx_init_machine(void)
|
|
|
|
{
|
|
|
|
}
|