Skip to content

Commit 325a695

Browse files
MingcongBaiKexyBiscuit
authored andcommitted
AOSCOS: staging: sb105x: drop upstream-removed STD_COM_FLAGS
Per commit 5691e03 ("tty: frv, remove unused serial macros"), the `STD_COM_FLAGS' macro was not used anywhere and was then removed. Follow this commit and remove the aforementioned macro. Fixes: "AOSCOS: Revert "staging: sb105x: delete the driver"" Signed-off-by: Mingcong Bai <[email protected]> Signed-off-by: Kexy Biscuit <[email protected]>
1 parent 88abe35 commit 325a695

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/staging/sb105x/sb_pci_mp.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2808,7 +2808,7 @@ static void __init multi_init_ports(void)
28082808
osc = 0;
28092809
for(j=0;j<osc;j++)
28102810
mtpt->port.uartclk *= 2;
2811-
mtpt->port.flags |= STD_COM_FLAGS | UPF_SHARE_IRQ ;
2811+
mtpt->port.flags |= UPF_SHARE_IRQ ;
28122812
mtpt->port.iotype = UPIO_PORT;
28132813
mtpt->port.ops = &multi_pops;
28142814

0 commit comments

Comments
 (0)