Commit 3f2a3c79 authored by Haowen Bai's avatar Haowen Bai Committed by Hans de Goede

platform/x86: barco-p50-gpio: Fix duplicate included linux/io.h

Clean up the following includecheck warning:
drivers/platform/x86/barco-p50-gpio.c: linux/io.h is included more than once.

No functional change.
Signed-off-by: default avatarHaowen Bai <baihaowen@meizu.com>
Acked-by: default avatarPeter Korsgaard <peter.korsgaard@barco.com>
Link: https://lore.kernel.org/r/1648021825-6182-1-git-send-email-baihaowen@meizu.comSigned-off-by: default avatarHans de Goede <hdegoede@redhat.com>
parent 0284d4d1
......@@ -10,7 +10,6 @@
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
#include <linux/io.h>
#include <linux/delay.h>
#include <linux/dmi.h>
#include <linux/err.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment