laforge has uploaded this change for review. ( 
https://gerrit.osmocom.org/c/dahdi-linux/+/26951 )


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

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

Change-Id: I36438e35bb99325e1ac86b68c1746670a9851e4a
---
M drivers/dahdi/dahdi-base.c
M drivers/dahdi/voicebus/vpmoct.h
M drivers/dahdi/wcaxx-base.c
M drivers/dahdi/wct4xxp/base.c
M drivers/dahdi/wct4xxp/vpm450m.c
M drivers/dahdi/wctc4xxp/base.c
M drivers/dahdi/wctdm24xxp/base.c
M drivers/dahdi/wcte12xp/base.c
M drivers/dahdi/wcte13xp-base.c
M drivers/dahdi/wcte43x-base.c
M drivers/dahdi/wcxb.c
M drivers/dahdi/wcxb_spi.h
12 files changed, 0 insertions(+), 12 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/dahdi-linux refs/changes/51/26951/1

diff --git a/drivers/dahdi/dahdi-base.c b/drivers/dahdi/dahdi-base.c
index cde56c1..96e4afd 100644
--- a/drivers/dahdi/dahdi-base.c
+++ b/drivers/dahdi/dahdi-base.c
@@ -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"
diff --git a/drivers/dahdi/voicebus/vpmoct.h b/drivers/dahdi/voicebus/vpmoct.h
index cb55826..5c90946 100644
--- a/drivers/dahdi/voicebus/vpmoct.h
+++ b/drivers/dahdi/voicebus/vpmoct.h
@@ -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
diff --git a/drivers/dahdi/wcaxx-base.c b/drivers/dahdi/wcaxx-base.c
index b934960..8467767 100644
--- a/drivers/dahdi/wcaxx-base.c
+++ b/drivers/dahdi/wcaxx-base.c
@@ -34,7 +34,6 @@
 #include <linux/firmware.h>
 #include <linux/crc32.h>

-#include <stdbool.h>


 #if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 30)
diff --git a/drivers/dahdi/wct4xxp/base.c b/drivers/dahdi/wct4xxp/base.c
index 3412402..9d5b9a9 100644
--- a/drivers/dahdi/wct4xxp/base.c
+++ b/drivers/dahdi/wct4xxp/base.c
@@ -42,7 +42,6 @@
 #include <linux/crc32.h>
 #include <linux/slab.h>

-#include <stdbool.h>
 #include <dahdi/kernel.h>

 #include "wct4xxp.h"
diff --git a/drivers/dahdi/wct4xxp/vpm450m.c b/drivers/dahdi/wct4xxp/vpm450m.c
index 82a0463..38c68ab 100644
--- a/drivers/dahdi/wct4xxp/vpm450m.c
+++ b/drivers/dahdi/wct4xxp/vpm450m.c
@@ -28,7 +28,6 @@
 #include <linux/version.h>

 #include <dahdi/kernel.h>
-#include <stdbool.h>

 #include "vpm450m.h"
 #include <oct612x.h>
diff --git a/drivers/dahdi/wctc4xxp/base.c b/drivers/dahdi/wctc4xxp/base.c
index 3bd56d1..7ff3456 100644
--- a/drivers/dahdi/wctc4xxp/base.c
+++ b/drivers/dahdi/wctc4xxp/base.c
@@ -39,7 +39,6 @@
 #include <linux/etherdevice.h>
 #include <linux/timer.h>

-#include <stdbool.h>

 #include <dahdi/kernel.h>

diff --git a/drivers/dahdi/wctdm24xxp/base.c b/drivers/dahdi/wctdm24xxp/base.c
index 16bf384..6571f17 100644
--- a/drivers/dahdi/wctdm24xxp/base.c
+++ b/drivers/dahdi/wctdm24xxp/base.c
@@ -54,7 +54,6 @@
 #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
diff --git a/drivers/dahdi/wcte12xp/base.c b/drivers/dahdi/wcte12xp/base.c
index e8a5861..c73acdd 100644
--- a/drivers/dahdi/wcte12xp/base.c
+++ b/drivers/dahdi/wcte12xp/base.c
@@ -43,7 +43,6 @@

 #include <linux/slab.h>

-#include <stdbool.h>
 #include <dahdi/kernel.h>

 #if LINUX_VERSION_CODE >= KERNEL_VERSION(4, 11, 0)
diff --git a/drivers/dahdi/wcte13xp-base.c b/drivers/dahdi/wcte13xp-base.c
index b5f8043..69f7099 100644
--- a/drivers/dahdi/wcte13xp-base.c
+++ b/drivers/dahdi/wcte13xp-base.c
@@ -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 */
diff --git a/drivers/dahdi/wcte43x-base.c b/drivers/dahdi/wcte43x-base.c
index 45b0f6c..d164a69 100644
--- a/drivers/dahdi/wcte43x-base.c
+++ b/drivers/dahdi/wcte43x-base.c
@@ -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)
diff --git a/drivers/dahdi/wcxb.c b/drivers/dahdi/wcxb.c
index 122f9d3..3db22ee 100644
--- a/drivers/dahdi/wcxb.c
+++ b/drivers/dahdi/wcxb.c
@@ -36,7 +36,6 @@

 #include <dahdi/kernel.h>

-#include <stdbool.h>

 #include "wcxb.h"
 #include "wcxb_spi.h"
diff --git a/drivers/dahdi/wcxb_spi.h b/drivers/dahdi/wcxb_spi.h
index 418cd77..4575f14 100644
--- a/drivers/dahdi/wcxb_spi.h
+++ b/drivers/dahdi/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;

--
To view, visit https://gerrit.osmocom.org/c/dahdi-linux/+/26951
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: dahdi-linux
Gerrit-Branch: master
Gerrit-Change-Id: I36438e35bb99325e1ac86b68c1746670a9851e4a
Gerrit-Change-Number: 26951
Gerrit-PatchSet: 1
Gerrit-Owner: laforge <[email protected]>
Gerrit-MessageType: newchange

Reply via email to