From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtpauth.hypersurf.com (smtpauth.hypersurf.com [209.237.0.8]) by ozlabs.org (Postfix) with ESMTP id 338C7DE0DF for ; Fri, 15 Aug 2008 06:37:25 +1000 (EST) Received: from [192.168.1.37] (node150.74.251.72.1dial.com [72.251.74.150]) (authenticated bits=0) by smtpauth.hypersurf.com (8.14.2/8.14.2) with ESMTP id m7EKb23H003973 for ; Thu, 14 Aug 2008 13:37:18 -0700 (PDT) Message-ID: <48A49693.6030108@hypersurf.com> Date: Thu, 14 Aug 2008 13:33:23 -0700 From: Kevin Diggs MIME-Version: 1.0 To: linuxppc-dev@ozlabs.org Subject: __attribute_used__ in 2.6.24 Content-Type: text/plain; charset=ISO-8859-1; format=flowed List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Hi, Something in a function signature called "__attribute_used__" would compile in 2.6.24. This does not compile in 2.6.26. Using the "store_##NAME" template from arch/powerpc/kernel/sysfs.c as a guide, this appears to have changed to "__used". Anything work in both? "__used" seems to have compiled in 2.6.24? kevin