From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Tue, 5 Jun 2001 10:32:11 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Tue, 5 Jun 2001 10:32:01 -0400 Received: from smtprelay.abs.adelphia.net ([64.8.20.11]:56223 "EHLO smtprelay2.abs.adelphia.net") by vger.kernel.org with ESMTP id ; Tue, 5 Jun 2001 10:31:51 -0400 Message-ID: <3B1D17B9.92D046A1@adelphia.net> Date: Tue, 05 Jun 2001 10:32:41 -0700 From: Stephen Wille Padnos Organization: Thoth Systems, Inc. X-Mailer: Mozilla 4.77 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: Linux Kernel Subject: Re: Exporting new functions from kernel 2.2.14 In-Reply-To: <3B1D122E.87AEF85F@adelphia.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Well, my rebuild kernel / reboot / recompile module just finished. Unfortunately, the printk warning was still there. I replaced the unconditional #define MODVERSIONS with #include #ifdef CONFIG_MODVERSIONS #define MODVERSIONS #include #endif this is at the top of my source file. (before module.h and linux.h) (as seen somewhere on the web) and it compiles without warnings now. Now all I need is some info on module oparameters and using /proc :) Thanks again. - Steve