summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/gpu/nvgpu/gk20a/gk20a_sysfs.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gk20a_sysfs.c b/drivers/gpu/nvgpu/gk20a/gk20a_sysfs.c
index f7e0036f..6611b120 100644
--- a/drivers/gpu/nvgpu/gk20a/gk20a_sysfs.c
+++ b/drivers/gpu/nvgpu/gk20a/gk20a_sysfs.c
@@ -18,12 +18,16 @@
18 * along with this program. If not, see <http://www.gnu.org/licenses/>. 18 * along with this program. If not, see <http://www.gnu.org/licenses/>.
19 */ 19 */
20 20
21#include <linux/version.h>
21#include <linux/device.h> 22#include <linux/device.h>
22#include <linux/pm_runtime.h> 23#include <linux/pm_runtime.h>
23#include <linux/kernel.h> 24#include <linux/kernel.h>
24#include <linux/fb.h> 25#include <linux/fb.h>
25#include <linux/gk20a.h> 26#include <linux/gk20a.h>
26#include <linux/clk/tegra.h> 27#include <linux/clk/tegra.h>
28#if (LINUX_VERSION_CODE >= KERNEL_VERSION(4, 4, 0))
29#include <soc/tegra/tegra-dvfs.h>
30#endif
27 31
28#include "gk20a.h" 32#include "gk20a.h"
29#include "gr_gk20a.h" 33#include "gr_gk20a.h"