From 7be138838f2a0c1e1212890481ff9215d3d0fdca Mon Sep 17 00:00:00 2001 From: Graf Yang Date: Wed, 7 Jan 2009 23:14:38 +0800 Subject: Blackfin arch: Clean oprofile build path for blackfin [Mike Frysinger : scrub comment header] Signed-off-by: Graf Yang Signed-off-by: Mike Frysinger Signed-off-by: Bryan Wu --- arch/blackfin/oprofile/bfin_oprofile.c | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 arch/blackfin/oprofile/bfin_oprofile.c (limited to 'arch/blackfin/oprofile/bfin_oprofile.c') diff --git a/arch/blackfin/oprofile/bfin_oprofile.c b/arch/blackfin/oprofile/bfin_oprofile.c new file mode 100644 index 00000000000..c3b9713b23f --- /dev/null +++ b/arch/blackfin/oprofile/bfin_oprofile.c @@ -0,0 +1,18 @@ +/* + * bfin_oprofile.c - Blackfin oprofile code + * + * Copyright 2004-2008 Analog Devices Inc. + * Licensed under the GPL-2 or later. + */ + +#include +#include + +int __init oprofile_arch_init(struct oprofile_operations *ops) +{ + return -1; +} + +void oprofile_arch_exit(void) +{ +} -- cgit v1.2.3