From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Roese Date: Wed, 08 Jan 2014 12:19:16 +0100 Subject: [U-Boot] [PATCH] board: delete unused header files In-Reply-To: <1389179462-9362-1-git-send-email-yamada.m@jp.panasonic.com> References: <1389179462-9362-1-git-send-email-yamada.m@jp.panasonic.com> Message-ID: <52CD3434.4010204@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 08.01.2014 12:11, Masahiro Yamada wrote: > Signed-off-by: Masahiro Yamada > --- > > board/cogent/kbm.h | 79 ----------------- > board/cray/L1/L1.h | 28 ------ > board/esd/common/s1d13806_640_480_8bpp.h | 120 ------------------------- > board/etin/debris/speed.h | 38 -------- > board/genietv/genietv.h | 25 ------ > board/hidden_dragon/speed.h | 38 -------- > board/inka4x0/hyb25d512160bf-5.h | 16 ---- > board/prodrive/p3mx/ppc_error_no.h | 148 ------------------------------- > board/sandpoint/speed.h | 38 -------- > 9 files changed, 530 deletions(-) > delete mode 100644 board/cogent/kbm.h > delete mode 100644 board/cray/L1/L1.h > delete mode 100644 board/esd/common/s1d13806_640_480_8bpp.h > delete mode 100644 board/etin/debris/speed.h > delete mode 100644 board/genietv/genietv.h > delete mode 100644 board/hidden_dragon/speed.h > delete mode 100644 board/inka4x0/hyb25d512160bf-5.h > delete mode 100644 board/prodrive/p3mx/ppc_error_no.h > delete mode 100644 board/sandpoint/speed.h Good catch! Thanks Masahiro! Acked-by: Stefan Roese Thanks, Stefan