2007-02-16 15:36:55 +01:00
|
|
|
/*
|
|
|
|
* arch/arm/mach-ns9xxx/generic.c
|
|
|
|
*
|
2008-02-15 08:41:06 +01:00
|
|
|
* Copyright (C) 2006,2007 by Digi International Inc.
|
2007-02-16 15:36:55 +01: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 23:34:28 +02:00
|
|
|
#include "generic.h"
|
|
|
|
|
2007-02-16 15:36:55 +01:00
|
|
|
void __init ns9xxx_init_machine(void)
|
|
|
|
{
|
|
|
|
}
|