gpio: rcar: Fix runtime PM imbalance on error
[linux/fpc-iii.git] / drivers / net / ethernet / aquantia / atlantic / aq_drvinfo.h
blob23a0487893a7bb95baabbb477d681ee4088ef898
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /* Copyright (C) 2014-2017 aQuantia Corporation. */
4 /* File aq_drvinfo.h: Declaration of common code for firmware info in sys.*/
6 #ifndef AQ_DRVINFO_H
7 #define AQ_DRVINFO_H
9 #include "aq_nic.h"
10 #include "aq_hw.h"
11 #include "hw_atl/hw_atl_utils.h"
13 int aq_drvinfo_init(struct net_device *ndev);
15 #endif /* AQ_DRVINFO_H */