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

Commit 5a9c62f8 authored by Ajay Singh Parmar's avatar Ajay Singh Parmar Committed by Sujeet Kumar
Browse files

mhl: sii8334: Proper header file inclusion



Include proper header files for sleep and OF APIs

Change-Id: I710ae1bb5148f713b874c0d77c31f8ccf8514bdf
Signed-off-by: default avatarAjay Singh Parmar <aparmar@codeaurora.org>
parent 9b02e768
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
/* 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
@@ -12,6 +12,7 @@
 */

#include <linux/types.h>
#include <linux/delay.h>
#include <linux/mhl_8334.h>
#include <linux/vmalloc.h>
#include <linux/input.h>
+1 −0
Original line number Diff line number Diff line
@@ -16,6 +16,7 @@
#include <linux/module.h>
#include <linux/mutex.h>
#include <linux/of_address.h>
#include <linux/of_platform.h>
#include <linux/of_gpio.h>
#include <linux/types.h>
#include <linux/vmalloc.h>
+0 −1
Original line number Diff line number Diff line
@@ -16,7 +16,6 @@

#include <linux/types.h>
#include <linux/platform_device.h>
#include <mach/board.h>
#include <linux/mhl_devcap.h>
#include <linux/power_supply.h>
#include <linux/mhl_defs.h>