diff options
author | Marek Szyprowski <m.szyprowski@samsung.com> | 2013-10-11 09:27:28 +0200 |
---|---|---|
committer | Grant Likely <grant.likely@linaro.org> | 2013-10-15 09:26:07 +0100 |
commit | 1931ee143b0ab72924944bc06e363d837ba05063 (patch) | |
tree | 7d0f423772dfee812a3309c45474af9fea1be22b /include | |
parent | cebf3e40b01bbf88d38dc954397414afaa280023 (diff) | |
download | talos-obmc-linux-1931ee143b0ab72924944bc06e363d837ba05063.tar.gz talos-obmc-linux-1931ee143b0ab72924944bc06e363d837ba05063.zip |
Revert "drivers: of: add initialization code for dma reserved memory"
This reverts commit 9d8eab7af79cb4ce2de5de39f82c455b1f796963. There is
still no consensus on the bindings for the reserved memory and various
drawbacks of the proposed solution has been shown, so the best now is to
revert it completely and start again from scratch later.
Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
Signed-off-by: Grant Likely <grant.likely@linaro.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/of_reserved_mem.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/include/linux/of_reserved_mem.h b/include/linux/of_reserved_mem.h deleted file mode 100644 index c84128255814..000000000000 --- a/include/linux/of_reserved_mem.h +++ /dev/null @@ -1,14 +0,0 @@ -#ifndef __OF_RESERVED_MEM_H -#define __OF_RESERVED_MEM_H - -#ifdef CONFIG_OF_RESERVED_MEM -void of_reserved_mem_device_init(struct device *dev); -void of_reserved_mem_device_release(struct device *dev); -void early_init_dt_scan_reserved_mem(void); -#else -static inline void of_reserved_mem_device_init(struct device *dev) { } -static inline void of_reserved_mem_device_release(struct device *dev) { } -static inline void early_init_dt_scan_reserved_mem(void) { } -#endif - -#endif /* __OF_RESERVED_MEM_H */ |