Commit b9e2003b authored by Jan Engelhardt's avatar Jan Engelhardt Committed by Harald Welte

How did this ever work... stdbool.h is not in the kernel.

Change-Id: I36438e35bb99325e1ac86b68c1746670a9851e4a
parent 57f30f9c
......@@ -86,7 +86,6 @@
#include "hpec/hpec_user.h"
#include <stdbool.h>
#if defined(EMPULSE) && defined(EMFLASH)
#error "You cannot define both EMPULSE and EMFLASH"
......
......@@ -30,7 +30,6 @@
#include <linux/timer.h>
#include "dahdi/kernel.h"
#include <stdbool.h>
#define VPMOCT_FIRM_HEADER_LEN 32
#define VPMOCT_BOOT_RAM_LEN 128
......
......@@ -34,7 +34,6 @@
#include <linux/firmware.h>
#include <linux/crc32.h>
#include <stdbool.h>
#if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 30)
......
......@@ -42,7 +42,6 @@
#include <linux/crc32.h>
#include <linux/slab.h>
#include <stdbool.h>
#include <dahdi/kernel.h>
#include "wct4xxp.h"
......
......@@ -28,7 +28,6 @@
#include <linux/version.h>
#include <dahdi/kernel.h>
#include <stdbool.h>
#include "vpm450m.h"
#include <oct612x.h>
......
......@@ -39,7 +39,6 @@
#include <linux/etherdevice.h>
#include <linux/timer.h>
#include <stdbool.h>
#include <dahdi/kernel.h>
......
......@@ -54,7 +54,6 @@ Tx Gain - W/Pre-Emphasis: -23.99 to 0.00 db
#include <linux/crc32.h>
#include <linux/slab.h>
#include <stdbool.h>
#if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 30)
/* Define this if you would like to load the modules in parallel. While this
......
......@@ -43,7 +43,6 @@
#include <linux/slab.h>
#include <stdbool.h>
#include <dahdi/kernel.h>
#if LINUX_VERSION_CODE >= KERNEL_VERSION(4, 11, 0)
......
......@@ -35,7 +35,6 @@
#include <linux/sched.h>
#include <linux/crc32.h>
#include <stdbool.h>
#include <dahdi/kernel.h>
#include "wct4xxp/wct4xxp.h" /* For certain definitions */
......
......@@ -43,7 +43,6 @@
#include <linux/firmware.h>
#include <oct612x.h>
#include <stdbool.h>
#include <dahdi/kernel.h>
#if LINUX_VERSION_CODE >= KERNEL_VERSION(4, 11, 0)
......
......@@ -36,7 +36,6 @@
#include <dahdi/kernel.h>
#include <stdbool.h>
#include "wcxb.h"
#include "wcxb_spi.h"
......
......@@ -24,7 +24,6 @@
#define __WCXB_SPI_H
#include <linux/spi/spi.h>
#include <stdbool.h>
struct wcxb_spi_transfer {
const void *tx_buf;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment