From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Howells Subject: Re: [PATCH] proc: Use PDE attribute setting accessor functions Date: Tue, 07 May 2013 10:37:30 +0100 Message-ID: <23761.1367919450@warthog.procyon.org.uk> References: <1367918426-7076-1-git-send-email-geert@linux-m68k.org> Return-path: Received: from mx1.redhat.com ([209.132.183.28]:19769 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1759548Ab3EGJiG (ORCPT ); Tue, 7 May 2013 05:38:06 -0400 In-Reply-To: <1367918426-7076-1-git-send-email-geert@linux-m68k.org> Sender: linux-arm-msm-owner@vger.kernel.org List-Id: linux-arm-msm@vger.kernel.org To: Geert Uytterhoeven Cc: dhowells@redhat.com, Al Viro , linux-arm-kernel@lists.infradead.org, linux-arm-msm@vger.kernel.org, linux-cris-kernel@axis.com, linux-kernel@vger.kernel.org Geert Uytterhoeven wrote: > arch/arm/mach-msm/last_radio_log.c: In function 'msm_init_last_radio_log': > arch/arm/mach-msm/last_radio_log.c:69:7: error: dereferencing pointer to incomplete type > > arch/cris/kernel/profile.c: In function 'init_cris_profile': > arch/cris/kernel/profile.c:79:8: error: dereferencing pointer to incomplete type > > Use proc_set_size(), cfr. commit 271a15eabe094538d958dc68ccfc9c36b699247a > ("proc: Supply PDE attribute setting accessor functions") > > Signed-off-by: Geert Uytterhoeven Acked-by: David Howells From mboxrd@z Thu Jan 1 00:00:00 1970 From: dhowells@redhat.com (David Howells) Date: Tue, 07 May 2013 10:37:30 +0100 Subject: [PATCH] proc: Use PDE attribute setting accessor functions In-Reply-To: <1367918426-7076-1-git-send-email-geert@linux-m68k.org> References: <1367918426-7076-1-git-send-email-geert@linux-m68k.org> Message-ID: <23761.1367919450@warthog.procyon.org.uk> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Geert Uytterhoeven wrote: > arch/arm/mach-msm/last_radio_log.c: In function 'msm_init_last_radio_log': > arch/arm/mach-msm/last_radio_log.c:69:7: error: dereferencing pointer to incomplete type > > arch/cris/kernel/profile.c: In function 'init_cris_profile': > arch/cris/kernel/profile.c:79:8: error: dereferencing pointer to incomplete type > > Use proc_set_size(), cfr. commit 271a15eabe094538d958dc68ccfc9c36b699247a > ("proc: Supply PDE attribute setting accessor functions") > > Signed-off-by: Geert Uytterhoeven Acked-by: David Howells