Skip to content

Commit

Permalink
bfin: set device category
Browse files Browse the repository at this point in the history
  • Loading branch information
vapier committed Aug 28, 2016
1 parent 94d3427 commit 5837afb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hw/bfin/bfin_uart.c
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,7 @@ static void bfin_uart_class_init(ObjectClass *klass, void *data)
dc->vmsd = &vmstate_bfin_uart;
dc->props = bfin_uart_properties;
dc->realize = bfin_uart_realize;
set_bit(DEVICE_CATEGORY_INPUT, dc->categories);
}

static TypeInfo bfin_uart_info = {
Expand Down

0 comments on commit 5837afb

Please sign in to comment.