From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S269173AbUJTTOo (ORCPT ); Wed, 20 Oct 2004 15:14:44 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S269119AbUJTTNh (ORCPT ); Wed, 20 Oct 2004 15:13:37 -0400 Received: from omx2-ext.sgi.com ([192.48.171.19]:19626 "EHLO omx2.sgi.com") by vger.kernel.org with ESMTP id S269140AbUJTTJC (ORCPT ); Wed, 20 Oct 2004 15:09:02 -0400 From: Jesse Barnes To: akpm@osdl.org, linux-kernel@vger.kernel.org Subject: [PATCH] snsc needs asm/sn/io.h Date: Wed, 20 Oct 2004 12:08:59 -0700 User-Agent: KMail/1.7 Cc: Greg Howard MIME-Version: 1.0 Content-Type: Multipart/Mixed; boundary="Boundary-00=_LfrdBlYSTFnf/Bg" Message-Id: <200410201208.59105.jbarnes@engr.sgi.com> Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org --Boundary-00=_LfrdBlYSTFnf/Bg Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline The sn system controller driver needs asm/sn/io.h in order to build correctly (it was missing the numionodes declaration). Signed-off-by: Jesse Barnes Thanks, Jesse --Boundary-00=_LfrdBlYSTFnf/Bg Content-Type: text/plain; charset="us-ascii"; name="snsc-build-fix.patch" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="snsc-build-fix.patch" ===== drivers/char/snsc.c 1.2 vs edited ===== --- 1.2/drivers/char/snsc.c 2004-10-11 13:04:12 -07:00 +++ edited/drivers/char/snsc.c 2004-10-20 11:59:13 -07:00 @@ -21,6 +21,7 @@ #include #include #include +#include #include #include #include --Boundary-00=_LfrdBlYSTFnf/Bg--