forked from Minki/linux
7 lines
154 B
C
7 lines
154 B
C
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
||
|
|
||
|
#include <linux/module.h>
|
||
|
|
||
|
MODULE_DESCRIPTION("DRM VRAM memory-management helpers");
|
||
|
MODULE_LICENSE("GPL");
|