From f7319225e95de40e8fc7a8ce1e5442dd03408cd3 Mon Sep 17 00:00:00 2001 From: Martin Roth Date: Thu, 4 Aug 2022 20:33:53 -0600 Subject: drivers: Add SPDX identifiers to files missing them This adds SPDX identifiers to the remaining source files in the drivers directory that don't already have them. Signed-off-by: Martin Roth Change-Id: I97f96de857515214069c3b77f3c781f7f0555c6e Reviewed-on: https://review.coreboot.org/c/coreboot/+/66499 Reviewed-by: Marshall Dawson Tested-by: build bot (Jenkins) --- src/drivers/i2c/ptn3460/chip.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/drivers/i2c/ptn3460') diff --git a/src/drivers/i2c/ptn3460/chip.h b/src/drivers/i2c/ptn3460/chip.h index 8bd6d9e7d1..2bf7e5e783 100644 --- a/src/drivers/i2c/ptn3460/chip.h +++ b/src/drivers/i2c/ptn3460/chip.h @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0-only */ + struct drivers_i2c_ptn3460_config { }; -- cgit v1.2.3