Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Wed, 19 Jun 2002 04:52:43 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Wed, 19 Jun 2002 04:52:42 -0400 Received: from hera.cwi.nl ([192.16.191.8]:55510 "EHLO hera.cwi.nl") by vger.kernel.org with ESMTP id ; Wed, 19 Jun 2002 04:52:42 -0400 From: Andries.Brouwer@cwi.nl Date: Wed, 19 Jun 2002 10:52:41 +0200 (MEST) Message-Id: To: torvalds@transmeta.com Subject: [PATCH] tiny compilation fix Cc: linux-kernel@vger.kernel.org Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 840 Lines: 25 diff -r -u linux-2.5.23/linux/fs/smbfs/sock.c linux-2.5.23a/linux/fs/smbfs/sock.c --- linux-2.5.23/linux/fs/smbfs/sock.c Sun Jun 9 07:28:55 2002 +++ linux-2.5.23a/linux/fs/smbfs/sock.c Wed Jun 19 10:35:39 2002 @@ -18,6 +18,7 @@ #include #include #include +#include #include #include This, and the smp fix, makes my kernel compile. However, just like 2.5.22 also 2.5.23 hangs at boot with hda: status error: status=0x58 [ drive ready seek complete data request ] hda: recalibrating... Andries - 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/