src/soc/qualcomm: Remove unused <stdlib.h>
Change-Id: I0bb44636f9ce6a9f96f5909926b586d0a6cedd9e Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/37383 Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
8eeff1e0f4
commit
cbea47c744
|
@ -31,7 +31,6 @@
|
|||
|
||||
#include <console/console.h>
|
||||
#include <device/i2c_simple.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <soc/blsp.h>
|
||||
#include <soc/qup.h>
|
||||
|
|
|
@ -27,7 +27,6 @@
|
|||
* IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <stdint.h>
|
||||
#include <delay.h>
|
||||
#include <console/console.h>
|
||||
|
|
|
@ -33,7 +33,6 @@
|
|||
#include <console/console.h>
|
||||
#include <delay.h>
|
||||
#include <soc/iomap.h>
|
||||
#include <stdlib.h>
|
||||
#include <soc/qup.h>
|
||||
|
||||
#define TIMEOUT_CNT 100
|
||||
|
|
|
@ -33,7 +33,6 @@
|
|||
#include <gpio.h>
|
||||
#include <soc/iomap.h>
|
||||
#include <soc/spi.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
static const struct blsp_spi spi_reg[] = {
|
||||
/* BLSP0 registers for SPI interface */
|
||||
|
|
|
@ -37,7 +37,6 @@
|
|||
#include <soc/blsp.h>
|
||||
#include <soc/ipq_uart.h>
|
||||
#include <stdint.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#define FIFO_DATA_SIZE 4
|
||||
|
||||
|
|
|
@ -29,7 +29,6 @@
|
|||
|
||||
#include <console/console.h>
|
||||
#include <device/i2c_simple.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <soc/gsbi.h>
|
||||
#include <soc/qup.h>
|
||||
|
|
|
@ -27,7 +27,6 @@
|
|||
* IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <stdint.h>
|
||||
#include <delay.h>
|
||||
#include <console/console.h>
|
||||
|
|
|
@ -31,7 +31,6 @@
|
|||
#include <console/console.h>
|
||||
#include <delay.h>
|
||||
#include <soc/iomap.h>
|
||||
#include <stdlib.h>
|
||||
#include <soc/qup.h>
|
||||
|
||||
#define TIMEOUT_CNT 100000
|
||||
|
|
|
@ -40,7 +40,6 @@
|
|||
#include <soc/gsbi.h>
|
||||
#include <soc/ipq_uart.h>
|
||||
#include <stdint.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#define FIFO_DATA_SIZE 4
|
||||
|
||||
|
|
|
@ -32,7 +32,6 @@
|
|||
#include <assert.h>
|
||||
#include <console/console.h>
|
||||
#include <device/i2c_simple.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <soc/blsp.h>
|
||||
#include <soc/qup.h>
|
||||
|
|
|
@ -34,7 +34,6 @@
|
|||
#include <delay.h>
|
||||
#include <soc/gpio.h>
|
||||
#include <soc/iomap.h>
|
||||
#include <stdlib.h>
|
||||
#include <soc/qup.h>
|
||||
|
||||
#define TIMEOUT_CNT 100
|
||||
|
|
|
@ -34,7 +34,6 @@
|
|||
#include <soc/iomap.h>
|
||||
#include <soc/spi.h>
|
||||
#include <soc/clock.h>
|
||||
#include <stdlib.h>
|
||||
#include <spi_flash.h>
|
||||
#include <timer.h>
|
||||
|
||||
|
|
|
@ -38,7 +38,6 @@
|
|||
#include <soc/uart.h>
|
||||
#include <soc/cdp.h>
|
||||
#include <stdint.h>
|
||||
#include <stdlib.h>
|
||||
#include <soc/iomap.h>
|
||||
|
||||
#define FIFO_DATA_SIZE 4
|
||||
|
|
|
@ -14,7 +14,6 @@
|
|||
*/
|
||||
|
||||
#include <device/mmio.h>
|
||||
#include <stdlib.h>
|
||||
#include <console/console.h>
|
||||
#include <delay.h>
|
||||
#include <soc/usb.h>
|
||||
|
|
|
@ -13,7 +13,6 @@
|
|||
* GNU General Public License for more details.
|
||||
*/
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <console/console.h>
|
||||
#include <device/mmio.h>
|
||||
#include <soc/usb.h>
|
||||
|
|
Loading…
Reference in New Issue