Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756504AbYGaMmZ (ORCPT ); Thu, 31 Jul 2008 08:42:25 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753519AbYGaMlD (ORCPT ); Thu, 31 Jul 2008 08:41:03 -0400 Received: from mtagate8.de.ibm.com ([195.212.29.157]:44466 "EHLO mtagate8.de.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753515AbYGaMlA (ORCPT ); Thu, 31 Jul 2008 08:41:00 -0400 Message-Id: <20080731123933.096225651@de.ibm.com> References: <20080731123004.868574766@de.ibm.com> User-Agent: quilt/0.46-1 Date: Thu, 31 Jul 2008 14:30:08 +0200 From: Martin Schwidefsky To: linux-kernel@vger.kernel.org, linux-s390@vger.kernel.org Cc: Cornelia Huck , Martin Schwidefsky Subject: [patch 4/6] cio: Include linux/string.h in schid.h. Content-Disposition: inline; filename=103-cio-string.diff Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1020 Lines: 35 From: Cornelia Huck schid.h needs string.h for memset and memcmp. Signed-off-by: Cornelia Huck Signed-off-by: Martin Schwidefsky --- include/asm-s390/schid.h | 1 + 1 file changed, 1 insertion(+) Index: quilt-2.6/include/asm-s390/schid.h =================================================================== --- quilt-2.6.orig/include/asm-s390/schid.h +++ quilt-2.6/include/asm-s390/schid.h @@ -11,6 +11,7 @@ struct subchannel_id { } __attribute__ ((packed, aligned(4))); #ifdef __KERNEL__ +#include /* Helper function for sane state of pre-allocated subchannel_id. */ static inline void -- blue skies, Martin. "Reality continues to ruin my life." - Calvin. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/