-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
staging: android: ion: Remove old platform support
Device specific platform support has been haphazard for Ion. There have been several independent attempts and there are still objections to what bindings exist right now. Just remove everything for a fresh start. Signed-off-by: Laura Abbott <labbott@redhat.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
- Loading branch information
Laura Abbott
authored and
Greg Kroah-Hartman
committed
Apr 8, 2017
1 parent
db70331
commit 9828282
Showing
12 changed files
with
0 additions
and
999 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,6 @@ | ||
obj-$(CONFIG_ION) += ion.o ion-ioctl.o ion_heap.o \ | ||
ion_page_pool.o ion_system_heap.o \ | ||
ion_carveout_heap.o ion_chunk_heap.o ion_cma_heap.o | ||
obj-$(CONFIG_ION_TEST) += ion_test.o | ||
ifdef CONFIG_COMPAT | ||
obj-$(CONFIG_ION) += compat_ion.o | ||
endif | ||
|
||
obj-$(CONFIG_ION_DUMMY) += ion_dummy_driver.o | ||
obj-$(CONFIG_ION_TEGRA) += tegra/ | ||
obj-$(CONFIG_ION_HISI) += hisilicon/ | ||
obj-$(CONFIG_ION_OF) += ion_of.o | ||
|
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.