mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 11:18:45 +07:00
17f54a3bf5
It was noticed some files had -or-later, however overall driver has -only license. Clean this up. Signed-off-by: Igor Russkikh <igor.russkikh@aquantia.com> Reviewed-by: Andrew Lunn <andrew@lunn.ch> Signed-off-by: David S. Miller <davem@davemloft.net>
16 lines
364 B
C
16 lines
364 B
C
/* SPDX-License-Identifier: GPL-2.0-only */
|
|
/* Copyright (C) 2014-2017 aQuantia Corporation. */
|
|
|
|
/* File aq_drvinfo.h: Declaration of common code for firmware info in sys.*/
|
|
|
|
#ifndef AQ_DRVINFO_H
|
|
#define AQ_DRVINFO_H
|
|
|
|
#include "aq_nic.h"
|
|
#include "aq_hw.h"
|
|
#include "hw_atl/hw_atl_utils.h"
|
|
|
|
int aq_drvinfo_init(struct net_device *ndev);
|
|
|
|
#endif /* AQ_DRVINFO_H */
|