gpio: rcar: Fix runtime PM imbalance on error
[linux/fpc-iii.git] / drivers / net / wireless / intel / iwlwifi / iwl-devtrace.c
blobb5037db0c38172d2ccc182de9b68f1c7395ef595
1 // SPDX-License-Identifier: GPL-2.0-only
2 /******************************************************************************
4 * Copyright(c) 2009 - 2014 Intel Corporation. All rights reserved.
5 * Copyright (C) 2018 Intel Corporation
7 * Contact Information:
8 * Intel Linux Wireless <linuxwifi@intel.com>
9 * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497
11 *****************************************************************************/
13 #include <linux/module.h>
15 /* sparse doesn't like tracepoint macros */
16 #ifndef __CHECKER__
17 #include "iwl-trans.h"
19 #define CREATE_TRACE_POINTS
20 #include "iwl-devtrace.h"
22 EXPORT_TRACEPOINT_SYMBOL(iwlwifi_dev_ucode_event);
23 EXPORT_TRACEPOINT_SYMBOL(iwlwifi_dev_ucode_cont_event);
24 EXPORT_TRACEPOINT_SYMBOL(iwlwifi_dev_ucode_wrap_event);
25 #endif