aboutsummaryrefslogtreecommitdiff
path: root/board/gdsys/common/fanctrl.h
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2021-02-20 20:06:24 -0500
committerTom Rini <trini@konsulko.com>2021-04-10 08:04:42 -0400
commit7c964c3b93671dbc27eebc876ec592db7ac88ec6 (patch)
treefd137b110e0f3fc86bc8ec8d4076827788ee698a /board/gdsys/common/fanctrl.h
parentce4ca2b7399f11b45ca3f8e1e856e5fa23c6f290 (diff)
ppc: Remove gdsys hrcon boards
These boards have not been converted to CONFIG_DM_MMC, along with other DM conversions, by the deadline. Remove them. Cc: Dirk Eibach <dirk.eibach@gdsys.cc> Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'board/gdsys/common/fanctrl.h')
-rw-r--r--board/gdsys/common/fanctrl.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/board/gdsys/common/fanctrl.h b/board/gdsys/common/fanctrl.h
deleted file mode 100644
index ab7e58def5..0000000000
--- a/board/gdsys/common/fanctrl.h
+++ /dev/null
@@ -1,12 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0+ */
-/*
- * (C) Copyright 2015
- * Dirk Eibach, Guntermann & Drunck GmbH, dirk.eibach@gdsys.cc
- */
-
-#ifndef _FANCTRL_H_
-#define _FANCTRL_H_
-
-void init_fan_controller(u8 addr);
-
-#endif