From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jean-Christophe PLAGNIOL-VILLARD Date: Fri, 17 Apr 2009 07:28:44 +0200 Subject: [U-Boot] [PATCH] Remove sa1100.h In-Reply-To: <49E68F07.5050405@necel.com> References: <49E68F07.5050405@necel.com> Message-ID: <20090417052844.GC31923@game.jcrosoft.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 10:51 Thu 16 Apr , Shinya Kuribayashi wrote: > sa1100.h is not used anywhere, then remove it. > > $ find . -name '*.h' -empty -print > ./include/sa1100.h > $ git grep 'sa1100.h' . > $ > > Signed-off-by: Shinya Kuribayashi > --- > include/sa1100.h | 0 > 1 files changed, 0 insertions(+), 0 deletions(-) > delete mode 100644 include/sa1100.h > > diff --git a/include/sa1100.h b/include/sa1100.h > deleted file mode 100644 > index e69de29..0000000 nice catch Wolfgang please apply directly Best Regards, J.