Skip to content

Commit

Permalink
headers_check fix: can/bcm.h
Browse files Browse the repository at this point in the history
fix the following 'make headers_check' warning:

  usr/include/linux/can/bcm.h:29: found __[us]{8,16,32,64} type without #include <linux/types.h>

Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@gmail.com>
  • Loading branch information
Jaswinder Singh Rajput committed Jan 30, 2009
1 parent f2257b7 commit 9d6aa4c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/linux/can/bcm.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
#ifndef CAN_BCM_H
#define CAN_BCM_H

#include <linux/types.h>

/**
* struct bcm_msg_head - head of messages to/from the broadcast manager
* @opcode: opcode, see enum below.
Expand Down

0 comments on commit 9d6aa4c

Please sign in to comment.