Loading drivers/spi/spi-octeon.c +0 −2 Original line number Diff line number Diff line Loading @@ -37,7 +37,6 @@ struct octeon_spi_setup { u32 max_speed_hz; u8 chip_select; u8 mode; u8 bits_per_word; }; static void octeon_spi_wait_ready(struct octeon_spi *p) Loading Loading @@ -204,7 +203,6 @@ static struct octeon_spi_setup *octeon_spi_new_setup(struct spi_device *spi) setup->max_speed_hz = spi->max_speed_hz; setup->chip_select = spi->chip_select; setup->mode = spi->mode; setup->bits_per_word = spi->bits_per_word; return setup; } Loading Loading
drivers/spi/spi-octeon.c +0 −2 Original line number Diff line number Diff line Loading @@ -37,7 +37,6 @@ struct octeon_spi_setup { u32 max_speed_hz; u8 chip_select; u8 mode; u8 bits_per_word; }; static void octeon_spi_wait_ready(struct octeon_spi *p) Loading Loading @@ -204,7 +203,6 @@ static struct octeon_spi_setup *octeon_spi_new_setup(struct spi_device *spi) setup->max_speed_hz = spi->max_speed_hz; setup->chip_select = spi->chip_select; setup->mode = spi->mode; setup->bits_per_word = spi->bits_per_word; return setup; } Loading