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

Commit 20a1b22a authored by Shrenuj Bansal's avatar Shrenuj Bansal
Browse files

msm: kgsl: Remove unused system header file directives



Remove directives containing socinfo.h, board.h and msm_iomap.h
since these are no longer used within our driver.

Change-Id: I1bef6525fe6a1ada1c3d68e77d220ab9f8ac6b3e
Signed-off-by: default avatarShrenuj Bansal <shrenujb@codeaurora.org>
parent 08a9c39e
Loading
Loading
Loading
Loading
+1 −2
Original line number Original line Diff line number Diff line
/* Copyright (c) 2002,2007-2013, The Linux Foundation. All rights reserved.
/* Copyright (c) 2002,2007-2014, The Linux Foundation. All rights reserved.
 *
 *
 * This program is free software; you can redistribute it and/or modify
 * 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
 * it under the terms of the GNU General Public License version 2 and
@@ -21,7 +21,6 @@
#include <linux/of_coresight.h>
#include <linux/of_coresight.h>
#include <linux/input.h>
#include <linux/input.h>


#include <mach/socinfo.h>
#include <mach/msm_bus_board.h>
#include <mach/msm_bus_board.h>
#include <mach/msm_bus.h>
#include <mach/msm_bus.h>


+1 −2
Original line number Original line Diff line number Diff line
/* Copyright (c) 2012-2013, The Linux Foundation. All rights reserved.
/* Copyright (c) 2012-2014, The Linux Foundation. All rights reserved.
 *
 *
 * This program is free software; you can redistribute it and/or modify
 * 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
 * it under the terms of the GNU General Public License version 2 and
@@ -13,7 +13,6 @@


#include <linux/delay.h>
#include <linux/delay.h>
#include <linux/sched.h>
#include <linux/sched.h>
#include <mach/socinfo.h>


#include "kgsl.h"
#include "kgsl.h"
#include "adreno.h"
#include "adreno.h"
+1 −2
Original line number Original line Diff line number Diff line
/* Copyright (c) 2008-2013, The Linux Foundation. All rights reserved.
/* Copyright (c) 2008-2014, The Linux Foundation. All rights reserved.
 *
 *
 * This program is free software; you can redistribute it and/or modify
 * 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
 * it under the terms of the GNU General Public License version 2 and
@@ -26,7 +26,6 @@
#include <linux/ashmem.h>
#include <linux/ashmem.h>
#include <linux/major.h>
#include <linux/major.h>
#include <linux/io.h>
#include <linux/io.h>
#include <mach/socinfo.h>
#include <linux/mman.h>
#include <linux/mman.h>
#include <linux/sort.h>
#include <linux/sort.h>
#include <linux/security.h>
#include <linux/security.h>
+1 −2
Original line number Original line Diff line number Diff line
/* Copyright (c) 2010-2012,2013, The Linux Foundation. All rights reserved.
/* Copyright (c) 2010-2014, The Linux Foundation. All rights reserved.
 *
 *
 * This program is free software; you can redistribute it and/or modify
 * 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
 * it under the terms of the GNU General Public License version 2 and
@@ -20,7 +20,6 @@
#include <linux/slab.h>
#include <linux/slab.h>
#include <linux/time.h>
#include <linux/time.h>
#include <linux/sched.h>
#include <linux/sched.h>
#include <mach/socinfo.h>


#include "kgsl.h"
#include "kgsl.h"
#include "kgsl_cffdump.h"
#include "kgsl_cffdump.h"
+1 −4
Original line number Original line Diff line number Diff line
/* Copyright (c) 2011-2013, The Linux Foundation. All rights reserved.
/* Copyright (c) 2011-2014, The Linux Foundation. All rights reserved.
 *
 *
 * This program is free software; you can redistribute it and/or modify
 * 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
 * it under the terms of the GNU General Public License version 2 and
@@ -18,9 +18,6 @@
#include <linux/slab.h>
#include <linux/slab.h>
#include <linux/iommu.h>
#include <linux/iommu.h>
#include <linux/msm_kgsl.h>
#include <linux/msm_kgsl.h>
#include <mach/socinfo.h>
#include <mach/msm_iomap.h>
#include <mach/board.h>
#include <linux/msm_iommu_domains.h>
#include <linux/msm_iommu_domains.h>
#include <stddef.h>
#include <stddef.h>


Loading