// SPDX-License-Identifier: MIT /* * Copyright (C) 2013-2017 Oracle Corporation * This file is based on ast_ttm.c * Copyright 2012 Red Hat Inc. * Authors: Dave Airlie <[email protected]> * Michael Thayer <[email protected]> */ #include <linux/pci.h> #include <drm/drm_file.h> #include "vbox_drv.h" int vbox_mm_init(struct vbox_private *vbox) { … }