drm/panfrost: Remove set but not used variable 'bo'
[linux/fpc-iii.git] / include / linux / altera_uart.h
blob3eb73b8c49c8ceddff9b2a9726e8bcde4e01f516
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /*
3 * altera_uart.h -- Altera UART driver defines.
4 */
6 #ifndef __ALTUART_H
7 #define __ALTUART_H
9 struct altera_uart_platform_uart {
10 unsigned long mapbase; /* Physical address base */
11 unsigned int irq; /* Interrupt vector */
12 unsigned int uartclk; /* UART clock rate */
13 unsigned int bus_shift; /* Bus shift (address stride) */
16 #endif /* __ALTUART_H */