--- zzzz-none-000/linux-5.15.111/net/core/dev_ioctl.c 2023-05-11 14:00:40.000000000 +0000 +++ puma7-arm-6670-761/linux-5.15.111/net/core/dev_ioctl.c 2024-02-07 09:28:09.000000000 +0000 @@ -1,4 +1,9 @@ // SPDX-License-Identifier: GPL-2.0 +/* + * Includes Intel Corporation's changes/modifications dated: 2017. + * Changed/modified portions - Copyright (c) 2017, Intel Corporation. + */ + #include #include #include @@ -616,3 +621,4 @@ return -ENOTTY; } } +EXPORT_SYMBOL(dev_ioctl);