mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-05 02:21:52 +09:00
Revert "of: property: Increase NR_FWNODE_REFERENCE_ARGS"
This reverts commit 062de5f4e4 which is
commit eb50844d728f11e87491f7c7af15a4a737f1159d upstream.
It breaks the Android kernel abi and can be brought back in the future
in an abi-safe way if it is really needed.
Bug: 161946584
Change-Id: I2833326c84fb62df39111b13d7875eb71459781e
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
This commit is contained in:
@@ -88,7 +88,7 @@ struct fwnode_endpoint {
|
||||
#define SWNODE_GRAPH_PORT_NAME_FMT "port@%u"
|
||||
#define SWNODE_GRAPH_ENDPOINT_NAME_FMT "endpoint@%u"
|
||||
|
||||
#define NR_FWNODE_REFERENCE_ARGS 16
|
||||
#define NR_FWNODE_REFERENCE_ARGS 8
|
||||
|
||||
/**
|
||||
* struct fwnode_reference_args - Fwnode reference with additional arguments
|
||||
|
||||
Reference in New Issue
Block a user