From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bin Meng Date: Tue, 9 Aug 2016 17:23:55 +0800 Subject: [U-Boot] [PATCH 1/7] x86: Move table csum into separate header In-Reply-To: <1470665194-19619-2-git-send-email-agraf@suse.de> References: <1470665194-19619-1-git-send-email-agraf@suse.de> <1470665194-19619-2-git-send-email-agraf@suse.de> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Mon, Aug 8, 2016 at 10:06 PM, Alexander Graf wrote: > We need the checksum function without all the other table functionality > soon, so let's split it out into its own header file. > > Signed-off-by: Alexander Graf > --- > arch/x86/include/asm/tables.h | 2 ++ > arch/x86/lib/tables.c | 12 ------------ > include/tables_csum.h | 22 ++++++++++++++++++++++ > 3 files changed, 24 insertions(+), 12 deletions(-) > create mode 100644 include/tables_csum.h > Reviewed-by: Bin Meng