aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sparc64/oprofile/init.c
diff options
context:
space:
mode:
authorSam Ravnborg <sam@ravnborg.org>2008-11-16 20:07:42 -0800
committerDavid S. Miller <davem@davemloft.net>2008-12-04 09:16:57 -0800
commit7c979c49c9882badee45c0a7a3dbca1040b7ba73 (patch)
tree5b65705defe58677d48e3c2c2fdf102ed8d935d2 /arch/sparc64/oprofile/init.c
parentsparc64: unify math-emu (diff)
downloadlinux-dev-7c979c49c9882badee45c0a7a3dbca1040b7ba73.tar.xz
linux-dev-7c979c49c9882badee45c0a7a3dbca1040b7ba73.zip
sparc64: unify arch/sparc64/oprofile/
A simple: diff arch/sparc64/oprofile/init.c arch/sparc/oprofile/init.c diff arch/sparc64/oprofile/Makefile arch/sparc/oprofile/Makefile revealed that the directories were equal. So let sparc64 point to the sparc version and drop the sparc64 oprofile dir Signed-off-by: Sam Ravnborg <sam@ravnborg.org> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to '')
-rw-r--r--arch/sparc64/oprofile/init.c23
1 files changed, 0 insertions, 23 deletions
diff --git a/arch/sparc64/oprofile/init.c b/arch/sparc64/oprofile/init.c
deleted file mode 100644
index 17bb6035069b..000000000000
--- a/arch/sparc64/oprofile/init.c
+++ /dev/null
@@ -1,23 +0,0 @@
-/**
- * @file init.c
- *
- * @remark Copyright 2002 OProfile authors
- * @remark Read the file COPYING
- *
- * @author John Levon <levon@movementarian.org>
- */
-
-#include <linux/kernel.h>
-#include <linux/oprofile.h>
-#include <linux/errno.h>
-#include <linux/init.h>
-
-int __init oprofile_arch_init(struct oprofile_operations *ops)
-{
- return -ENODEV;
-}
-
-
-void oprofile_arch_exit(void)
-{
-}