mirror of
https://github.com/joel16/android_kernel_sony_msm8994.git
synced 2025-03-01 18:06:45 +00:00
msm: Fix compiling kernel in place
A number of files incorrectly used system include notation <> for header files that are local. Fix thoses cases to now be #include "FILE.h" instead of #include <FILE.h> Change-Id: I1467268b10b33b6fd29bc36b2312378a0b1dde32 Signed-off-by: Kumar Gala <galak@codeaurora.org>
This commit is contained in:
parent
bacf292c12
commit
e11571361c
@ -13,7 +13,7 @@
|
||||
#ifndef MSM_CSID_2_0_HWREG_H
|
||||
#define MSM_CSID_2_0_HWREG_H
|
||||
|
||||
#include "msm_csid.h"
|
||||
#include <sensor/csid/msm_csid.h>
|
||||
|
||||
struct csid_reg_parms_t csid_v2_0 = {
|
||||
|
||||
|
@ -13,7 +13,7 @@
|
||||
#ifndef MSM_CSID_2_2_HWREG_H
|
||||
#define MSM_CSID_2_2_HWREG_H
|
||||
|
||||
#include "msm_csid.h"
|
||||
#include <sensor/csid/msm_csid.h>
|
||||
|
||||
struct csid_reg_parms_t csid_v2_2 = {
|
||||
/* MIPI CSID registers */
|
||||
|
@ -13,7 +13,7 @@
|
||||
#ifndef MSM_CSID_3_0_HWREG_H
|
||||
#define MSM_CSID_3_0_HWREG_H
|
||||
|
||||
#include "msm_csid.h"
|
||||
#include <sensor/csid/msm_csid.h>
|
||||
|
||||
struct csid_reg_parms_t csid_v3_0 = {
|
||||
/* MIPI CSID registers */
|
||||
|
@ -13,7 +13,7 @@
|
||||
#ifndef MSM_CSID_3_1_HWREG_H
|
||||
#define MSM_CSID_3_1_HWREG_H
|
||||
|
||||
#include "msm_csid.h"
|
||||
#include <sensor/csid/msm_csid.h>
|
||||
|
||||
struct csid_reg_parms_t csid_v3_1 = {
|
||||
/* MIPI CSID registers */
|
||||
|
@ -13,7 +13,7 @@
|
||||
#ifndef MSM_CSID_3_2_HWREG_H
|
||||
#define MSM_CSID_3_2_HWREG_H
|
||||
|
||||
#include "msm_csid.h"
|
||||
#include <sensor/csid/msm_csid.h>
|
||||
|
||||
struct csid_reg_parms_t csid_v3_2 = {
|
||||
/* MIPI CSID registers */
|
||||
|
@ -13,7 +13,7 @@
|
||||
#ifndef MSM_CSIPHY_2_0_HWREG_H
|
||||
#define MSM_CSIPHY_2_0_HWREG_H
|
||||
|
||||
#include "msm_csiphy.h"
|
||||
#include <sensor/csiphy/msm_csiphy.h>
|
||||
|
||||
struct csiphy_reg_parms_t csiphy_v2_0 = {
|
||||
/*MIPI CSI PHY registers*/
|
||||
|
@ -13,7 +13,7 @@
|
||||
#ifndef MSM_CSIPHY_2_2_HWREG_H
|
||||
#define MSM_CSIPHY_2_2_HWREG_H
|
||||
|
||||
#include "msm_csiphy.h"
|
||||
#include <sensor/csiphy/msm_csiphy.h>
|
||||
|
||||
struct csiphy_reg_parms_t csiphy_v2_2 = {
|
||||
/*MIPI CSI PHY registers*/
|
||||
|
@ -13,7 +13,7 @@
|
||||
#ifndef MSM_CSIPHY_3_0_HWREG_H
|
||||
#define MSM_CSIPHY_3_0_HWREG_H
|
||||
|
||||
#include "msm_csiphy.h"
|
||||
#include <sensor/csiphy/msm_csiphy.h>
|
||||
|
||||
struct csiphy_reg_parms_t csiphy_v3_0 = {
|
||||
/*MIPI CSI PHY registers*/
|
||||
|
@ -13,7 +13,7 @@
|
||||
#ifndef MSM_CSIPHY_3_1_HWREG_H
|
||||
#define MSM_CSIPHY_3_1_HWREG_H
|
||||
|
||||
#include "msm_csiphy.h"
|
||||
#include <sensor/csiphy/msm_csiphy.h>
|
||||
|
||||
struct csiphy_reg_parms_t csiphy_v3_1 = {
|
||||
/*MIPI CSI PHY registers*/
|
||||
|
@ -13,7 +13,7 @@
|
||||
#ifndef MSM_CSIPHY_3_2_HWREG_H
|
||||
#define MSM_CSIPHY_3_2_HWREG_H
|
||||
|
||||
#include "msm_csiphy.h"
|
||||
#include <sensor/csiphy/msm_csiphy.h>
|
||||
|
||||
struct csiphy_reg_parms_t csiphy_v3_2 = {
|
||||
/*MIPI CSI PHY registers*/
|
||||
|
@ -13,7 +13,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include <msm_qpic_nand.h>
|
||||
#include "msm_qpic_nand.h"
|
||||
|
||||
/*
|
||||
* Get the DMA memory for requested amount of size. It returns the pointer
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* Copyright (c) 2013, The Linux Foundation. All rights reserved.
|
||||
/* Copyright (c) 2013-2014, 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
|
||||
@ -10,7 +10,7 @@
|
||||
* GNU General Public License for more details.
|
||||
*/
|
||||
|
||||
#include <msm8x10_wcd_registers.h>
|
||||
#include "msm8x10_wcd_registers.h"
|
||||
#include "msm8x10-wcd.h"
|
||||
|
||||
const u8 msm8x10_wcd_reg_readable[MSM8X10_WCD_CACHE_SIZE] = {
|
||||
|
@ -10,7 +10,7 @@
|
||||
* GNU General Public License for more details.
|
||||
*/
|
||||
|
||||
#include <msm8x16_wcd_registers.h>
|
||||
#include "msm8x16_wcd_registers.h"
|
||||
#include "msm8x16-wcd.h"
|
||||
|
||||
const u8 msm8x16_wcd_reg_readable[MSM8X16_WCD_CACHE_SIZE] = {
|
||||
|
@ -25,7 +25,7 @@
|
||||
#include <sound/jack.h>
|
||||
#include <sound/q6afe-v2.h>
|
||||
#include <soc/qcom/socinfo.h>
|
||||
#include <qdsp6v2/msm-pcm-routing-v2.h>
|
||||
#include "qdsp6v2/msm-pcm-routing-v2.h"
|
||||
#include "../codecs/wcd9320.h"
|
||||
|
||||
/* Spk control */
|
||||
|
@ -28,7 +28,7 @@
|
||||
#include <sound/q6afe-v2.h>
|
||||
#include <sound/q6core.h>
|
||||
|
||||
#include <qdsp6v2/msm-pcm-routing-v2.h>
|
||||
#include "qdsp6v2/msm-pcm-routing-v2.h"
|
||||
#include "../codecs/wcd9xxx-common.h"
|
||||
#include "../codecs/wcd9306.h"
|
||||
|
||||
|
@ -31,7 +31,7 @@
|
||||
#include <sound/q6core.h>
|
||||
#include <sound/pcm_params.h>
|
||||
#include <soc/qcom/socinfo.h>
|
||||
#include <qdsp6v2/msm-pcm-routing-v2.h>
|
||||
#include "qdsp6v2/msm-pcm-routing-v2.h"
|
||||
#include "../codecs/wcd9xxx-common.h"
|
||||
#include "../codecs/wcd9306.h"
|
||||
#include "../codecs/wcd9330.h"
|
||||
|
@ -29,7 +29,7 @@
|
||||
#include <sound/q6afe-v2.h>
|
||||
#include <sound/q6core.h>
|
||||
#include <sound/pcm_params.h>
|
||||
#include <device_event.h>
|
||||
#include "device_event.h"
|
||||
#include "qdsp6v2/msm-pcm-routing-v2.h"
|
||||
#include "../codecs/wcd9xxx-common.h"
|
||||
#include "../codecs/wcd9330.h"
|
||||
|
@ -25,10 +25,10 @@
|
||||
#include <sound/pcm.h>
|
||||
#include <sound/jack.h>
|
||||
#include <soc/qcom/socinfo.h>
|
||||
#include <qdsp6v2/msm-pcm-routing-v2.h>
|
||||
#include <sound/q6afe-v2.h>
|
||||
#include <linux/module.h>
|
||||
#include <mach/gpiomux.h>
|
||||
#include "qdsp6v2/msm-pcm-routing-v2.h"
|
||||
#include "../codecs/msm8x10-wcd.h"
|
||||
#define DRV_NAME "msm8x10-asoc-wcd"
|
||||
#define BTSCO_RATE_8KHZ 8000
|
||||
|
@ -29,7 +29,7 @@
|
||||
#include <sound/jack.h>
|
||||
#include <sound/q6afe-v2.h>
|
||||
#include <soc/qcom/socinfo.h>
|
||||
#include <qdsp6v2/msm-pcm-routing-v2.h>
|
||||
#include "qdsp6v2/msm-pcm-routing-v2.h"
|
||||
#include "../codecs/msm8x16-wcd.h"
|
||||
#include "../codecs/wcd9306.h"
|
||||
#define DRV_NAME "msm8x16-asoc-wcd"
|
||||
|
Loading…
x
Reference in New Issue
Block a user