printf: Remove unused 'bprintf'
[drm/drm-misc.git] / include / linux / can / platform / flexcan.h
blob1b536fb999ded972a572bb71b88910801f00e1f3
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /*
3 * Copyright (C) 2021 Angelo Dureghello <angelo@kernel-space.org>
5 * This program is free software; you can redistribute it and/or
6 * modify it under the terms of the GNU General Public License
7 * version 2 as published by the Free Software Foundation.
9 * This program is distributed in the hope that it will be useful,
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 * GNU General Public License for more details.
15 #ifndef _CAN_PLATFORM_FLEXCAN_H
16 #define _CAN_PLATFORM_FLEXCAN_H
18 struct flexcan_platform_data {
19 u32 clock_frequency;
20 u8 clk_src;
23 #endif /* _CAN_PLATFORM_FLEXCAN_H */