blob: 4f34d1f20c81c521e84e808eba16086ac95dc3c3 [file] [log] [blame]
Masahiro Yamada8c3aa6b2017-01-15 14:59:09 +09001/*
2 * Copyright (C) 2016 Socionext Inc.
3 *
4 * SPDX-License-Identifier: GPL-2.0+
5 */
6
7#include "../init.h"
8
9int uniphier_pro5_umc_init(const struct uniphier_board_data *bd)
10{
11 return 0;
12}