Re: [PATCH v1 1/4] pps: generators: tio: split pps_gen_tio.h
From: Raag Jadav
Date: Thu Feb 27 2025 - 00:08:57 EST
On Wed, Feb 26, 2025 at 02:45:26PM +0200, Andy Shevchenko wrote:
> On Wed, Feb 26, 2025 at 11:45:24AM +0530, Raag Jadav wrote:
> > Split macros and structure definition to header file for better
> > maintainability.
>
> > +#ifndef _PPS_GEN_TIO_H_
> > +#define _PPS_GEN_TIO_H_
> > +
> > +#include <linux/bitfield.h>
> > +#include <linux/bits.h>
> > +#include <linux/hrtimer.h>
> > +#include <linux/pps_gen_kernel.h>
> > +#include <linux/spinlock_types.h>
>
> This missing time.h and types.h.
Aren't they guaranteed by hrtimer.h and spinlock_types.h?
Raag