Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 65bfb2b3 authored by Kumar Gala's avatar Kumar Gala
Browse files

msm: remove core.h and common.h



Nothing includes core.h so remove it.  All the declerations in common.h
are either not used anymore or provided by other include files.

Change-Id: I79c73ce07d546a0ed925a400dabf6d1d679d6d77
Signed-off-by: default avatarKumar Gala <galak@codeaurora.org>
parent 36981829
Loading
Loading
Loading
Loading

arch/arm/mach-msm/common.h

deleted100644 → 0
+0 −32
Original line number Diff line number Diff line
/* Copyright (c) 2012, The Linux Foundation. All rights reserved.
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 and
 * only version 2 as published by the Free Software Foundation.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 */
#ifndef __MACH_COMMON_H
#define __MACH_COMMON_H

extern void msm7x01_timer_init(void);
extern void msm7x30_timer_init(void);
extern void msm_dt_timer_init(void);
extern void qsd8x50_timer_init(void);

extern void msm_map_common_io(void);
extern void msm_map_msm7x30_io(void);
extern void msm_map_msm8x60_io(void);
extern void msm_map_msm8960_io(void);
extern void msm_map_qsd8x50_io(void);

extern void __iomem *__msm_ioremap_caller(unsigned long phys_addr, size_t size,
					  unsigned int mtype, void *caller);

extern struct smp_operations msm_smp_ops;
extern void msm_cpu_die(unsigned int cpu);

#endif

arch/arm/mach-msm/core.h

deleted100644 → 0
+0 −2
Original line number Diff line number Diff line
extern struct smp_operations msm_smp_ops;
extern void msm_cpu_die(unsigned int cpu);
+0 −2
Original line number Diff line number Diff line
@@ -22,8 +22,6 @@
#include "pm.h"
#include "spm.h"

#include "common.h"

static cpumask_t cpu_dying_mask;

static DEFINE_PER_CPU(unsigned int, warm_boot_flag);
+0 −2
Original line number Diff line number Diff line
@@ -33,8 +33,6 @@
#include <mach/board.h>
#include "board-dt.h"

#include "common.h"

#define MSM_CHIP_DEVICE_TYPE(name, chip, mem_type) {			      \
		.virtual = (unsigned long) MSM_##name##_BASE, \
		.pfn = __phys_to_pfn(chip##_##name##_PHYS), \