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:
Elyes HAOUAS 2019-11-30 19:41:40 +01:00 committed by Kyösti Mälkki
parent 8eeff1e0f4
commit cbea47c744
15 changed files with 0 additions and 15 deletions

View File

@ -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>

View File

@ -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>

View File

@ -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

View File

@ -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 */

View File

@ -37,7 +37,6 @@
#include <soc/blsp.h>
#include <soc/ipq_uart.h>
#include <stdint.h>
#include <stdlib.h>
#define FIFO_DATA_SIZE 4

View File

@ -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>

View File

@ -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>

View File

@ -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

View File

@ -40,7 +40,6 @@
#include <soc/gsbi.h>
#include <soc/ipq_uart.h>
#include <stdint.h>
#include <stdlib.h>
#define FIFO_DATA_SIZE 4

View File

@ -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>

View File

@ -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

View File

@ -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>

View File

@ -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

View File

@ -14,7 +14,6 @@
*/
#include <device/mmio.h>
#include <stdlib.h>
#include <console/console.h>
#include <delay.h>
#include <soc/usb.h>

View File

@ -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>