From: Albert H. <he...@us...> - 2008-03-26 20:15:56
|
Update of /cvsroot/gc-linux/linux/drivers/misc In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv22420/drivers/misc Modified Files: gcn-mi.c Log Message: Remove old ugecon driver (we use now usbgecko_udbg). Rewrite the following drivers as of_platform drivers using the device tree: - gcn-rsw - starlet-ipc - gcn-aram - rvl-mem2 - gcn-di - exi-driver, exi-hw - gcn-si - gcnfb (gcn-vifb) - gcn-ai Marked as broken gcn-mi and gcngx. Updated defconfigs. Index: gcn-mi.c =================================================================== RCS file: /cvsroot/gc-linux/linux/drivers/misc/gcn-mi.c,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- gcn-mi.c 4 Mar 2008 06:20:56 -0000 1.7 +++ gcn-mi.c 26 Mar 2008 20:15:20 -0000 1.8 @@ -1,9 +1,9 @@ /* * drivers/misc/gcn-mi.c * - * Nintendo GameCube Memory Interface driver - * Copyright (C) 2004-2007 The GameCube Linux Team - * Copyright (C) 2004,2005,2007 Albert Herranz + * Nintendo GameCube Memory Interface (MI) driver. + * Copyright (C) 2004-2008 The GameCube Linux Team + * Copyright (C) 2004,2005,2007,2008 Albert Herranz * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License @@ -12,10 +12,10 @@ * */ +#include <linux/device.h> +#include <linux/init.h> #include <linux/kernel.h> #include <linux/module.h> -#include <linux/init.h> -#include <linux/device.h> #include <linux/platform_device.h> #include <linux/ioport.h> #include <linux/interrupt.h> |