pinctrl: renesas: Drop include common.h

The header file is not necessary in either of those files,
remove it as common.h is going away.

Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
Reviewed-by: Paul Barker <paul.barker.ct@bp.renesas.com>
This commit is contained in:
Marek Vasut 2024-01-21 18:31:22 +01:00
parent 402786c494
commit b90862d2f4
16 changed files with 0 additions and 16 deletions

View file

@ -8,7 +8,6 @@
* Copyright (C) 2012 Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
*/
#include <common.h>
#include <dm.h>
#include <errno.h>
#include <dm/pinctrl.h>

View file

@ -6,7 +6,6 @@
* Copyright (C) 2014-2017 Cogent Embedded, Inc.
*/
#include <common.h>
#include <dm.h>
#include <errno.h>
#include <dm/pinctrl.h>

View file

@ -6,7 +6,6 @@
* Copyright (C) 2016 Cogent Embedded, Inc., <source@cogentembedded.com>
*/
#include <common.h>
#include <dm.h>
#include <errno.h>
#include <dm/pinctrl.h>

View file

@ -7,7 +7,6 @@
* Copyright (C) 2015-2017 Cogent Embedded, Inc. <source@cogentembedded.com>
*/
#include <common.h>
#include <dm.h>
#include <errno.h>
#include <dm/pinctrl.h>

View file

@ -5,7 +5,6 @@
* Copyright (C) 2015-2019 Renesas Electronics Corporation
*/
#include <common.h>
#include <dm.h>
#include <errno.h>
#include <dm/pinctrl.h>

View file

@ -11,7 +11,6 @@
* Copyright (C) 2015 Renesas Electronics Corporation
*/
#include <common.h>
#include <dm.h>
#include <errno.h>
#include <dm/pinctrl.h>

View file

@ -12,7 +12,6 @@
* Copyright (C) 2015 Renesas Electronics Corporation
*/
#include <common.h>
#include <dm.h>
#include <errno.h>
#include <dm/pinctrl.h>

View file

@ -12,7 +12,6 @@
* Copyright (C) 2015 Renesas Electronics Corporation
*/
#include <common.h>
#include <dm.h>
#include <errno.h>
#include <dm/pinctrl.h>

View file

@ -12,7 +12,6 @@
* Copyright (C) 2015 Renesas Electronics Corporation
*/
#include <common.h>
#include <dm.h>
#include <errno.h>
#include <dm/pinctrl.h>

View file

@ -11,7 +11,6 @@
* Copyright (C) 2016-2017 Renesas Electronics Corp.
*/
#include <common.h>
#include <dm.h>
#include <errno.h>
#include <dm/pinctrl.h>

View file

@ -11,7 +11,6 @@
* Copyright (C) 2015 Renesas Electronics Corporation
*/
#include <common.h>
#include <dm.h>
#include <errno.h>
#include <dm/pinctrl.h>

View file

@ -7,7 +7,6 @@
* This file is based on the drivers/pinctrl/renesas/pfc-r8a7795.c
*/
#include <common.h>
#include <dm.h>
#include <errno.h>
#include <dm/pinctrl.h>

View file

@ -7,7 +7,6 @@
* This file is based on the drivers/pinctrl/renesas/pfc-r8a779a0.c
*/
#include <common.h>
#include <dm.h>
#include <errno.h>
#include <dm/pinctrl.h>

View file

@ -7,7 +7,6 @@
* This file is based on the drivers/pinctrl/renesas/pfc-r8a779a0.c
*/
#include <common.h>
#include <dm.h>
#include <errno.h>
#include <dm/pinctrl.h>

View file

@ -11,7 +11,6 @@
#define DRV_NAME "sh-pfc"
#include <common.h>
#include <dm.h>
#include <errno.h>
#include <dm/device_compat.h>

View file

@ -5,7 +5,6 @@
* Copyright (C) 2019 Marek Vasut <marek.vasut@gmail.com>
*/
#include <common.h>
#include <dm.h>
#include <asm/global_data.h>
#include <dm/lists.h>