mirror of
https://github.com/torvalds/linux.git
synced 2026-06-08 14:42:37 +02:00
video: adf: export the adf_attachment_allow symbol to modules.
There are no in-tree users of adf_attachment_allow, but out-of-tree modules want to use it. It looks like this function should be EXPORT_SYMBOL. Change-Id: Iad522dc5d32ac09fec6483bbc317db8ecae12e97 Signed-off-by: Alistair Strachan <alistair.strachan@imgtec.com>
This commit is contained in:
parent
38841d2156
commit
0bb5d2b6b6
|
|
@ -920,6 +920,7 @@ int adf_attachment_allow(struct adf_device *dev,
|
|||
|
||||
return ret;
|
||||
}
|
||||
EXPORT_SYMBOL(adf_attachment_allow);
|
||||
|
||||
/**
|
||||
* adf_obj_type_str - string representation of an adf_obj_type
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user