device property: Move enum dev_dma_attr to fwnode.h
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Fri, 1 Mar 2024 18:00:07 +0000 (20:00 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 7 Mar 2024 22:07:24 +0000 (22:07 +0000)
commit420b104dd116cddd1615588a400b557bf4e436b4
tree4e8af7041f67810cb8f31bb5344ee5255fdee9e0
parent1c4002aeab3c81afa8a00ae76b1ea38d066e9978
device property: Move enum dev_dma_attr to fwnode.h

The struct fwnode_operations defines one of the callback to return
enum dev_dma_attr. But this currently is defined in property.h.
Move it to the correct location.

Reviewed-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Acked-by: "Rafael J. Wysocki" <rafael@kernel.org>
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Link: https://lore.kernel.org/r/20240301180138.271590-4-andriy.shevchenko@linux.intel.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
include/linux/fwnode.h
include/linux/property.h