Skip to content

Commit

Permalink
drm/nouveau/disp: remove unused struct member
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
  • Loading branch information
Ben Skeggs committed Sep 6, 2018
1 parent 0a6986c commit 6065577
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion drivers/gpu/drm/nouveau/nvkm/engine/disp/outp.c
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,6 @@ nvkm_outp_ctor(const struct nvkm_outp_func *func, struct nvkm_disp *disp,
outp->index = index;
outp->info = *dcbE;
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 "
"edid %x bus %d head %x",
Expand Down
1 change: 0 additions & 1 deletion drivers/gpu/drm/nouveau/nvkm/engine/disp/outp.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ struct nvkm_outp {
struct dcb_output info;

struct nvkm_i2c_bus *i2c;
int or;

struct list_head head;
struct nvkm_conn *conn;
Expand Down

0 comments on commit 6065577

Please sign in to comment.