summaryrefslogtreecommitdiffstats
path: root/include/spi/spi.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/spi/spi.h')
-rw-r--r--include/spi/spi.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/spi/spi.h b/include/spi/spi.h
index b4358a84de..620e5e57b4 100644
--- a/include/spi/spi.h
+++ b/include/spi/spi.h
@@ -1,8 +1,6 @@
#ifndef __INCLUDE_SPI_H
#define __INCLUDE_SPI_H
-#ifndef DOXYGEN_SHOULD_SKIP_THIS
-
#include <driver.h>
#include <linux/string.h>
@@ -431,8 +429,6 @@ static inline ssize_t spi_w8r8(struct spi_device *spi, u8 cmd)
return (status < 0) ? status : result;
}
-#endif /* DOXYGEN_SHOULD_SKIP_THIS */
-
extern struct bus_type spi_bus;
struct spi_master *spi_get_master(int bus);