Browse Source

m68k: fix POLLWRNORM and POLLWRBAND

As noted in commit f5011c62c3 ("fix POLLWRNORM and POLLWRBAND on mips")
m68k uses a different definition.
Baruch Siach 3 tháng trước cách đây
mục cha
commit
b09e3174a6
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      arch/m68k/bits/poll.h

+ 2 - 0
arch/m68k/bits/poll.h

@@ -0,0 +1,2 @@
+#define POLLWRNORM POLLOUT
+#define POLLWRBAND 256