From 871480933a1c28f8a9fed4c4d34d06c439a7a422 Mon Sep 17 00:00:00 2001 From: Srikant Patnaik Date: Sun, 11 Jan 2015 12:28:04 +0530 Subject: Moved, renamed, and deleted files The original directory structure was scattered and unorganized. Changes are basically to make it look like kernel structure. --- ANDROID_3.4.5/arch/m32r/oprofile/Makefile | 9 --------- ANDROID_3.4.5/arch/m32r/oprofile/init.c | 22 ---------------------- 2 files changed, 31 deletions(-) delete mode 100644 ANDROID_3.4.5/arch/m32r/oprofile/Makefile delete mode 100644 ANDROID_3.4.5/arch/m32r/oprofile/init.c (limited to 'ANDROID_3.4.5/arch/m32r/oprofile') diff --git a/ANDROID_3.4.5/arch/m32r/oprofile/Makefile b/ANDROID_3.4.5/arch/m32r/oprofile/Makefile deleted file mode 100644 index 06e7c81e..00000000 --- a/ANDROID_3.4.5/arch/m32r/oprofile/Makefile +++ /dev/null @@ -1,9 +0,0 @@ -obj-$(CONFIG_OPROFILE) += oprofile.o - -DRIVER_OBJS := $(addprefix ../../../drivers/oprofile/, \ - oprof.o cpu_buffer.o buffer_sync.o \ - event_buffer.o oprofile_files.o \ - oprofilefs.o oprofile_stats.o \ - timer_int.o ) - -oprofile-y := $(DRIVER_OBJS) init.o diff --git a/ANDROID_3.4.5/arch/m32r/oprofile/init.c b/ANDROID_3.4.5/arch/m32r/oprofile/init.c deleted file mode 100644 index fa56860f..00000000 --- a/ANDROID_3.4.5/arch/m32r/oprofile/init.c +++ /dev/null @@ -1,22 +0,0 @@ -/** - * @file init.c - * - * @remark Copyright 2002 OProfile authors - * @remark Read the file COPYING - * - * @author John Levon - */ - -#include -#include -#include -#include - -int __init oprofile_arch_init(struct oprofile_operations *ops) -{ - return -ENODEV; -} - -void oprofile_arch_exit(void) -{ -} -- cgit