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

Commit 2384d1d8 authored by Wei Yongjun's avatar Wei Yongjun Committed by Thomas Gleixner
Browse files

x86/ce4100: Remove duplicated include from ce4100.c



Remove duplicated include.

Signed-off-by: default avatarWei Yongjun <yongjun_wei@trendmicro.com.cn>
Cc: Paul Gortmaker <paul.gortmaker@windriver.com>
Link: http://lkml.kernel.org/r/1468929731-8900-1-git-send-email-weiyj_lk@163.com


Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
parent a203800d
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -11,11 +11,9 @@
#include <linux/init.h>
#include <linux/kernel.h>
#include <linux/irq.h>
#include <linux/init.h>
#include <linux/reboot.h>
#include <linux/serial_reg.h>
#include <linux/serial_8250.h>
#include <linux/reboot.h>

#include <asm/ce4100.h>
#include <asm/prom.h>