blob: dca48bb211eac270a9bb69d5e49d9a4c2effdc39 [file] [log] [blame]
// Copyright 2021 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "third_party/iwlwifi/platform/device.h"
#include <lib/ddk/driver.h>
void iwl_device_release(struct device* device) { device_async_remove(device->zxdev); }