[PATCH net-next 05/11] dpll: core: Add DPLL framework base functions
Simon Horman
simon.horman at corigine.com
Mon Jul 24 08:56:23 PDT 2023
On Thu, Jul 20, 2023 at 10:18:57AM +0100, Vadim Fedorenko wrote:
...
> diff --git a/drivers/dpll/dpll_core.h b/drivers/dpll/dpll_core.h
> new file mode 100644
> index 000000000000..3574bebf2c63
> --- /dev/null
> +++ b/drivers/dpll/dpll_core.h
> @@ -0,0 +1,90 @@
> +/* SPDX-License-Identifier: GPL-2.0 */
> +/*
> + * Copyright (c) 2023 Meta Platforms, Inc. and affiliates
> + * Copyright (c) 2023 Intel and affiliates
> + */
> +
> +#ifndef __DPLL_CORE_H__
> +#define __DPLL_CORE_H__
> +
> +#include <linux/dpll.h>
> +#include <linux/list.h>
> +#include <linux/refcount.h>
> +#include "dpll_netlink.h"
Hi Vadim,
dpll_netlink.h is used here.
But that file it isn't added until the following patch.
...
More information about the linux-arm-kernel
mailing list