Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Mon, 17 Dec 2001 17:17:56 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Mon, 17 Dec 2001 17:17:47 -0500 Received: from www.transvirtual.com ([206.14.214.140]:59399 "EHLO www.transvirtual.com") by vger.kernel.org with ESMTP id ; Mon, 17 Dec 2001 17:17:37 -0500 Date: Mon, 17 Dec 2001 14:17:19 -0800 (PST) From: James Simmons To: Linus Torvalds cc: Linux Kernel Mailing List Subject: [PATCH] block_ioctl EXPORT Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Another missed exported function when the IDE layer is completely compiled modular. .-. .-. oo| Give Microsoft The Bird!!!! oo| /`'\ Use Linux!!! /`'\ (_;/) (_;/) ----------------------------------------------------- --- /usr/src/linux-2.5.1/drivers/block/block_ioctl.c Mon Dec 17 11:16:56 2001 +++ linux/drivers/block/block_ioctl.c Mon Dec 17 15:05:42 2001 @@ -81,3 +81,5 @@ #endif return err; } + +EXPORT_SYMBOL(block_ioctl); - 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/