summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gp106/bios_gp106.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gp106/bios_gp106.c')
-rw-r--r--drivers/gpu/nvgpu/gp106/bios_gp106.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gp106/bios_gp106.c b/drivers/gpu/nvgpu/gp106/bios_gp106.c
index a5a244e8..9d75249d 100644
--- a/drivers/gpu/nvgpu/gp106/bios_gp106.c
+++ b/drivers/gpu/nvgpu/gp106/bios_gp106.c
@@ -20,6 +20,8 @@
20 * DEALINGS IN THE SOFTWARE. 20 * DEALINGS IN THE SOFTWARE.
21 */ 21 */
22 22
23#include <linux/pci_ids.h>
24
23#include <nvgpu/bios.h> 25#include <nvgpu/bios.h>
24#include <nvgpu/kmem.h> 26#include <nvgpu/kmem.h>
25#include <nvgpu/nvgpu_common.h> 27#include <nvgpu/nvgpu_common.h>
@@ -248,4 +250,3 @@ free_firmware:
248 nvgpu_vfree(g, g->bios.data); 250 nvgpu_vfree(g, g->bios.data);
249 return err; 251 return err;
250} 252}
251