Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752737AbbBGHW4 (ORCPT ); Sat, 7 Feb 2015 02:22:56 -0500 Received: from mail9.hitachi.co.jp ([133.145.228.44]:49950 "EHLO mail9.hitachi.co.jp" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751596AbbBGHWy (ORCPT ); Sat, 7 Feb 2015 02:22:54 -0500 Message-ID: <54D5BD47.4040107@hitachi.com> Date: Sat, 07 Feb 2015 16:22:47 +0900 From: Masami Hiramatsu Organization: Hitachi, Ltd., Japan User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:13.0) Gecko/20120614 Thunderbird/13.0.1 MIME-Version: 1.0 To: =?UTF-8?B?SmFudXN6IFXFvHlja2k=?= Cc: Russell King , "Jon Medhurst (Tixy)" , "David A. Long" , Wang Nan , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: arm: kprobe compilation error References: <54D38982.6000100@elproma.com.pl> In-Reply-To: <54D38982.6000100@elproma.com.pl> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1550 Lines: 45 (2015/02/06 0:17), Janusz Użycki wrote: > Hi, > > I got the compilation error on next-20150204: > > CC arch/arm/probes/kprobes/actions-arm.o > In file included from arch/arm/probes/kprobes/actions-common.c:18: > arch/arm/probes/kprobes/core.h:43: error: '[*]' not allowed in other > than a declaration > make[2]: *** [arch/arm/probes/kprobes/actions-common.o] Błąd 1 > make[2]: *** Oczekiwanie na niezakończone zadania.... > In file included from arch/arm/probes/kprobes/actions-arm.c:66: > arch/arm/probes/kprobes/core.h:43: error: '[*]' not allowed in other > than a declaration > make[2]: *** [arch/arm/probes/kprobes/actions-arm.o] Błąd 1 > In file included from arch/arm/probes/kprobes/core.c:37: > arch/arm/probes/kprobes/core.h:43: error: '[*]' not allowed in other > than a declaration > make[2]: *** [arch/arm/probes/kprobes/core.o] Błąd 1 > make[1]: *** [arch/arm/probes/kprobes] Błąd 2 > make: *** [arch/arm/probes] Błąd 2 > > reason is *[*]: > const struct decode_checker *[*]); Thank you for reporting! I think there is a typo, it should be "const struct decode_checker *[]". Thank you, -- Masami HIRAMATSU Software Platform Research Dept. Linux Technology Research Center Hitachi, Ltd., Yokohama Research Laboratory E-mail: masami.hiramatsu.pt@hitachi.com -- 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/