Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Mon, 21 Oct 2002 15:06:29 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Mon, 21 Oct 2002 15:06:29 -0400 Received: from pasmtp.tele.dk ([193.162.159.95]:22801 "EHLO pasmtp.tele.dk") by vger.kernel.org with ESMTP id ; Mon, 21 Oct 2002 15:06:28 -0400 Date: Mon, 21 Oct 2002 21:11:20 +0200 From: Sam Ravnborg To: Jaroslav Kysela Cc: linux-kernel@vger.kernel.org Subject: sound/core/wrappers.c __GENKSYMS__ usage Message-ID: <20021021211120.A6964@mars.ravnborg.org> Mail-Followup-To: Jaroslav Kysela , linux-kernel@vger.kernel.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 809 Lines: 28 Hi Jaroslav The usage of __GENKSYMS__ in sound/core/wrappers.c looks wrong. >From the file: #include #include #ifdef ALSA_BUILD #if defined(CONFIG_MODVERSIONS) && !defined(__GENKSYMS__) && !defined(__DEPEND__) #define MODVERSIONS #include #include "sndversions.h" #endif #endif So __GENKSYMS__ etc is used to protect against inclusion of modversions.h and sndversion.h. The latter is not present in my tree (2.5.44). __DEPEND__ is no longer used. I do not see the purpose of this - please explain. Sam - 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/