Commit-ID: 273a0a734cd780f9ab3c3aac1851b2d15bb9638d Gitweb: http://git.kernel.org/tip/273a0a734cd780f9ab3c3aac1851b2d15bb9638d Author: Jiri Olsa <jo...@kernel.org> AuthorDate: Mon, 5 May 2014 12:36:38 +0200 Committer: Jiri Olsa <jo...@kernel.org> CommitDate: Mon, 5 May 2014 17:47:06 +0200
perf tools: Remove asmlinkage define from perf.h As it's no longer used. Acked-by: Arnaldo Carvalho de Melo <a...@redhat.com> Acked-by: Peter Zijlstra <pet...@infradead.org> Cc: Arnaldo Carvalho de Melo <a...@kernel.org> Cc: Borislav Petkov <b...@suse.de> Cc: Corey Ashford <cjash...@linux.vnet.ibm.com> Cc: David Ahern <dsah...@gmail.com> Cc: Frederic Weisbecker <fweis...@gmail.com> Cc: Ingo Molnar <mi...@kernel.org> Cc: Namhyung Kim <namhy...@kernel.org> Cc: Paul Mackerras <pau...@samba.org> Cc: Peter Zijlstra <a.p.zijls...@chello.nl> Link: http://lkml.kernel.org/r/1399293219-8732-5-git-send-email-jo...@kernel.org Signed-off-by: Jiri Olsa <jo...@kernel.org> --- tools/perf/perf.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tools/perf/perf.h b/tools/perf/perf.h index 50aa88d..622949d 100644 --- a/tools/perf/perf.h +++ b/tools/perf/perf.h @@ -198,11 +198,6 @@ static inline unsigned long long rdclock(void) return ts.tv_sec * 1000000000ULL + ts.tv_nsec; } -/* - * Pick up some kernel type conventions: - */ -#define asmlinkage - extern bool test_attr__enabled; void test_attr__init(void); void test_attr__open(struct perf_event_attr *attr, pid_t pid, int cpu, -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/