Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 165718
b: refs/heads/master
c: 2fa4341
h: refs/heads/master
v: v3
  • Loading branch information
Albin Tonnerre authored and Linus Torvalds committed Sep 24, 2009
1 parent 64e5504 commit b67b03e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 6a8811629e9aa611aa710162f9e02020bba52c87
refs/heads/master: 2fa4341074cd02fb39aa23410740764948755635
2 changes: 1 addition & 1 deletion trunk/include/linux/unaligned/be_byteshift.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#ifndef _LINUX_UNALIGNED_BE_BYTESHIFT_H
#define _LINUX_UNALIGNED_BE_BYTESHIFT_H

#include <linux/kernel.h>
#include <linux/types.h>

static inline u16 __get_unaligned_be16(const u8 *p)
{
Expand Down
2 changes: 1 addition & 1 deletion trunk/include/linux/unaligned/le_byteshift.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#ifndef _LINUX_UNALIGNED_LE_BYTESHIFT_H
#define _LINUX_UNALIGNED_LE_BYTESHIFT_H

#include <linux/kernel.h>
#include <linux/types.h>

static inline u16 __get_unaligned_le16(const u8 *p)
{
Expand Down

0 comments on commit b67b03e

Please sign in to comment.