From mboxrd@z Thu Jan 1 00:00:00 1970 From: Shinya Kuribayashi Date: Thu, 16 Apr 2009 10:51:03 +0900 Subject: [U-Boot] [PATCH] Remove sa1100.h Message-ID: <49E68F07.5050405@necel.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 -- Shinya Kuribayashi NEC Electronics