regmap: fix NULL pointer dereference in _regmap_write/read
[deliverable/linux.git] / drivers / base / regmap / Makefile
1 obj-$(CONFIG_REGMAP) += regmap.o regcache.o
2 obj-$(CONFIG_REGMAP) += regcache-rbtree.o regcache-lzo.o regcache-flat.o
3 obj-$(CONFIG_DEBUG_FS) += regmap-debugfs.o
4 obj-$(CONFIG_REGMAP_I2C) += regmap-i2c.o
5 obj-$(CONFIG_REGMAP_SPI) += regmap-spi.o
6 obj-$(CONFIG_REGMAP_SPMI) += regmap-spmi.o
7 obj-$(CONFIG_REGMAP_MMIO) += regmap-mmio.o
8 obj-$(CONFIG_REGMAP_IRQ) += regmap-irq.o
This page took 0.029923 seconds and 5 git commands to generate.