Commit 0cf472bc authored by Ben Collins's avatar Ben Collins

[ieee1394]: Kill duplicate atomic.h inclusion.

Submitted-by: Arthur Othieno
Signed-off-by: default avatarBen Collins <bcollins@debian.org>
parent d3adde04
...@@ -101,8 +101,6 @@ void hpsb_free_packet(struct hpsb_packet *packet); ...@@ -101,8 +101,6 @@ void hpsb_free_packet(struct hpsb_packet *packet);
* *
* Use the functions, not the variable. * Use the functions, not the variable.
*/ */
#include <asm/atomic.h>
static inline unsigned int get_hpsb_generation(struct hpsb_host *host) static inline unsigned int get_hpsb_generation(struct hpsb_host *host)
{ {
return atomic_read(&host->generation); return atomic_read(&host->generation);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment