Revert "staging: media: atomisp: fill properly hmm_bo_type_strings when ION is disabled"
This reverts commit fde469701c
.
Adding a preprocessor condition is not the best solution to fix this
issue. Let's revert this commit before fixing this problem in a more
appropriate way.
Signed-off-by: Jérémy Lefaure <jeremy.lefaure@lse.epita.fr>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
7bc49cb9b9
commit
9ca98bd077
drivers/staging/media/atomisp/pci/atomisp2/hmm
|
@ -49,9 +49,7 @@ const char *hmm_bo_type_strings[HMM_BO_LAST] = {
|
||||||
"p", /* private */
|
"p", /* private */
|
||||||
"s", /* shared */
|
"s", /* shared */
|
||||||
"u", /* user */
|
"u", /* user */
|
||||||
#ifdef CONFIG_ION
|
|
||||||
"i", /* ion */
|
"i", /* ion */
|
||||||
#endif
|
|
||||||
};
|
};
|
||||||
|
|
||||||
static ssize_t bo_show(struct device *dev, struct device_attribute *attr,
|
static ssize_t bo_show(struct device *dev, struct device_attribute *attr,
|
||||||
|
|
Loading…
Reference in New Issue