Skip to content

Commit

Permalink
um: remove km_type definitions
Browse files Browse the repository at this point in the history
Signed-off-by: Cong Wang <amwang@redhat.com>
  • Loading branch information
Cong Wang committed Jul 24, 2012
1 parent d801d9e commit 518b637
Showing 1 changed file with 1 addition and 17 deletions.
18 changes: 1 addition & 17 deletions arch/um/include/asm/kmap_types.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,22 +8,6 @@

/* No more #include "asm/arch/kmap_types.h" ! */

enum km_type {
KM_BOUNCE_READ,
KM_SKB_SUNRPC_DATA,
KM_SKB_DATA_SOFTIRQ,
KM_USER0,
KM_USER1,
KM_UML_USERCOPY, /* UML specific, for copy_*_user - used in do_op_one_page */
KM_BIO_SRC_IRQ,
KM_BIO_DST_IRQ,
KM_PTE0,
KM_PTE1,
KM_IRQ0,
KM_IRQ1,
KM_SOFTIRQ0,
KM_SOFTIRQ1,
KM_TYPE_NR
};
#define KM_TYPE_NR 14

#endif

0 comments on commit 518b637

Please sign in to comment.