Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
bmp085-spi.c File Reference
#include <linux/module.h>
#include <linux/spi/spi.h>
#include <linux/err.h>
#include "bmp085.h"

Go to the source code of this file.

Functions

 MODULE_DEVICE_TABLE (of, bmp085_of_match)
 
 MODULE_DEVICE_TABLE (spi, bmp085_id)
 
 module_spi_driver (bmp085_spi_driver)
 
 MODULE_AUTHOR ("Eric Andersson <[email protected]>")
 
 MODULE_DESCRIPTION ("BMP085 SPI bus driver")
 
 MODULE_LICENSE ("GPL")
 

Function Documentation

MODULE_AUTHOR ( "Eric Andersson <[email protected]>"  )
MODULE_DESCRIPTION ( "BMP085 SPI bus driver )
MODULE_DEVICE_TABLE ( of  ,
bmp085_of_match   
)
MODULE_DEVICE_TABLE ( spi  ,
bmp085_id   
)
MODULE_LICENSE ( "GPL"  )
module_spi_driver ( bmp085_spi_driver  )