From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S261837AbUBDPIY (ORCPT ); Wed, 4 Feb 2004 10:08:24 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S262446AbUBDPGj (ORCPT ); Wed, 4 Feb 2004 10:06:39 -0500 Received: from p063229.ppp.asahi-net.or.jp ([221.113.63.229]:19187 "EHLO mitou.ysato.dip.jp") by vger.kernel.org with ESMTP id S262308AbUBDPF6 (ORCPT ); Wed, 4 Feb 2004 10:05:58 -0500 Date: Thu, 05 Feb 2004 00:05:28 +0900 Message-ID: From: Yoshinori Sato To: Linus Torvalds Cc: linux kernel Mailing List Subject: [PATCH] H8/300 support update (1/3) User-Agent: Wanderlust/2.11.20 (Wonderwall) SEMI/1.14.5 (Awara-Onsen) LIMIT/1.14.7 (Fujiidera) APEL/10.6 Emacs/21.3 (i386-pc-linux-gnu) MULE/5.0 (SAKAKI) MIME-Version: 1.0 (generated by SEMI 1.14.5 - "Awara-Onsen") Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org o Deleted obsolute header include --- linux-2.6.2/arch/h8300/lib/checksum.c 2003-10-26 03:42:52.000000000 +0900 +++ linux-2.6.2-h8300/arch/h8300/lib/checksum.c 2004-02-04 23:21:23.000000000 +0900 @@ -32,7 +32,6 @@ of the assembly has to go. */ #include -#include static inline unsigned short from32to16(unsigned long x) { -- Yoshinori Sato