From 070ee525acdf22d445eb5f5f41371f5922b675ca Mon Sep 17 00:00:00 2001 From: Bertrik Sikken Date: Tue, 7 Apr 2009 17:20:31 +0000 Subject: Patch by Rafaël Carré - Sansa AMS i2c : * remove peripheral reset (already made in system_init). * Move empty i2c_init() from i2c-as3525.c (and remove that file) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20645 a1c6a512-1295-4272-9138-f99709370657 --- firmware/target/arm/as3525/i2c-as3525.c | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 firmware/target/arm/as3525/i2c-as3525.c (limited to 'firmware/target/arm/as3525/i2c-as3525.c') diff --git a/firmware/target/arm/as3525/i2c-as3525.c b/firmware/target/arm/as3525/i2c-as3525.c deleted file mode 100644 index 32f33435bc..0000000000 --- a/firmware/target/arm/as3525/i2c-as3525.c +++ /dev/null @@ -1,28 +0,0 @@ -/*************************************************************************** - * __________ __ ___. - * Open \______ \ ____ ____ | | _\_ |__ _______ ___ - * Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ / - * Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < < - * Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \ - * \/ \/ \/ \/ \/ - * $Id$ - * - * Copyright © 2008 Rafaël Carré - * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License - * as published by the Free Software Foundation; either version 2 - * of the License, or (at your option) any later version. - * - * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY - * KIND, either express or implied. - * - ****************************************************************************/ - -#include "i2c.h" - -/* TODO */ - -void i2c_init(void) -{ -} -- cgit v1.2.3