drm/nouveau/pwr: assign a subdev id for upcoming implementation
THERM will use this before it exists. Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
This commit is contained in:
parent
2d976e3d64
commit
547807b8ce
|
@ -33,6 +33,7 @@ enum nv_subdev_type {
|
|||
NVDEV_SUBDEV_INSTMEM,
|
||||
NVDEV_SUBDEV_VM,
|
||||
NVDEV_SUBDEV_BAR,
|
||||
NVDEV_SUBDEV_PWR,
|
||||
NVDEV_SUBDEV_VOLT,
|
||||
NVDEV_SUBDEV_CLOCK,
|
||||
NVDEV_SUBDEV_THERM,
|
||||
|
|
Loading…
Reference in New Issue