Explorar o código

m68k: fix POLLWRNORM and POLLWRBAND

As noted in commit f5011c62c3 ("fix POLLWRNORM and POLLWRBAND on mips")
m68k uses a different definition.
Baruch Siach hai 3 meses
pai
achega
b09e3174a6
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  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