Commit 60655770 authored by Ben Skeggs's avatar Ben Skeggs

drm/nouveau/disp: remove unused struct member

Signed-off-by: default avatarBen Skeggs <bskeggs@redhat.com>
parent 0a6986c6
...@@ -245,7 +245,6 @@ nvkm_outp_ctor(const struct nvkm_outp_func *func, struct nvkm_disp *disp, ...@@ -245,7 +245,6 @@ nvkm_outp_ctor(const struct nvkm_outp_func *func, struct nvkm_disp *disp,
outp->index = index; outp->index = index;
outp->info = *dcbE; outp->info = *dcbE;
outp->i2c = nvkm_i2c_bus_find(i2c, dcbE->i2c_index); outp->i2c = nvkm_i2c_bus_find(i2c, dcbE->i2c_index);
outp->or = ffs(outp->info.or) - 1;
OUTP_DBG(outp, "type %02x loc %d or %d link %d con %x " OUTP_DBG(outp, "type %02x loc %d or %d link %d con %x "
"edid %x bus %d head %x", "edid %x bus %d head %x",
......
...@@ -13,7 +13,6 @@ struct nvkm_outp { ...@@ -13,7 +13,6 @@ struct nvkm_outp {
struct dcb_output info; struct dcb_output info;
struct nvkm_i2c_bus *i2c; struct nvkm_i2c_bus *i2c;
int or;
struct list_head head; struct list_head head;
struct nvkm_conn *conn; struct nvkm_conn *conn;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment