Skip to content
Unverified Commit 44ea6281 authored by Jakub Kicinski's avatar Jakub Kicinski Committed by Mark Brown
Browse files

spi: don't include ptp_clock_kernel.h in spi.h

Commit b42faeee

 ("spi: Add a PTP system timestamp
to the transfer structure") added an include of ptp_clock_kernel.h
to spi.h for struct ptp_system_timestamp but a forward declaration
is enough. Let's use that to limit the number of objects we have
to rebuild every time we touch networking headers.

Signed-off-by: default avatarJakub Kicinski <kuba@kernel.org>
Tested-by: default avatarVladimir Oltean <vladimir.oltean@nxp.com>
Link: https://lore.kernel.org/r/20210904013140.2377609-1-kuba@kernel.org
Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent 69c1b875
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment