blob: 54fd7d106d58de17819446471777f34894a76aaf [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 "device.h"
#include <lib/ddk/driver.h>
void iwl_device_release(struct device* device) { device_async_remove(device->zxdev); }