aboutsummaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorDavid S. Miller <[email protected]>2024-06-10 11:14:53 +0100
committerDavid S. Miller <[email protected]>2024-06-10 11:14:53 +0100
commit8d466c8f4585afe738a975e493a1b8350e95f168 (patch)
tree94f77b5da5b12f56b6a21e3b1e809ac109fe07c4 /include/linux
parent28f961f9d5b7c3d9b9f93cc59e54477ba1278cf9 (diff)
parent75d8d7a63065b18df9555dbaab0b42d4c6f20943 (diff)
Merge branch 'mlxsw-acl-fixes'
Petr Machata says: ==================== mlxsw: ACL fixes Ido Schimmel writes: Patches #1-#3 fix various spelling mistakes I noticed while working on the code base. Patch #4 fixes a general protection fault by bailing out when the error occurs and warning. Patch #5 fixes the warning. Patch #6 fixes ACL scale regression and firmware errors. See the commit messages for more info. ==================== Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/objagg.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/objagg.h b/include/linux/objagg.h
index 78021777df46..6df5b887dc54 100644
--- a/include/linux/objagg.h
+++ b/include/linux/objagg.h
@@ -8,7 +8,6 @@ struct objagg_ops {
size_t obj_size;
bool (*delta_check)(void *priv, const void *parent_obj,
const void *obj);
- int (*hints_obj_cmp)(const void *obj1, const void *obj2);
void * (*delta_create)(void *priv, void *parent_obj, void *obj);
void (*delta_destroy)(void *priv, void *delta_priv);
void * (*root_create)(void *priv, void *obj, unsigned int root_id);